Update to 0.105.1-1
This commit is contained in:
3
.SRCINFO
3
.SRCINFO
@@ -6,6 +6,9 @@ pkgbase = adguardhome
|
|||||||
url = https://github.com/AdguardTeam/AdGuardHome
|
url = https://github.com/AdguardTeam/AdGuardHome
|
||||||
install = readme.install
|
install = readme.install
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
arch = aarch64
|
||||||
|
arch = armv7h
|
||||||
|
arch = armv6h
|
||||||
license = GPL
|
license = GPL
|
||||||
makedepends = go
|
makedepends = go
|
||||||
makedepends = nodejs
|
makedepends = nodejs
|
||||||
|
3
PKGBUILD
3
PKGBUILD
@@ -6,7 +6,7 @@ pkgver=0.105.1
|
|||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=1
|
epoch=1
|
||||||
pkgdesc="Network-wide ads and trackers blocking DNS server"
|
pkgdesc="Network-wide ads and trackers blocking DNS server"
|
||||||
arch=('x86_64')
|
arch=(x86_64 aarch64 armv7h armv6h)
|
||||||
url="https://github.com/AdguardTeam/AdGuardHome"
|
url="https://github.com/AdguardTeam/AdGuardHome"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
source=("$pkgname-$pkgver.tar.gz::https://github.com/AdguardTeam/AdGuardHome/archive/v$pkgver.tar.gz"
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/AdguardTeam/AdGuardHome/archive/v$pkgver.tar.gz"
|
||||||
@@ -21,6 +21,7 @@ b2sums=('8c43c595df1864f011b27db00bd46a1a945f15981d193a43cc708b0441940e2a1fc4de8
|
|||||||
|
|
||||||
build(){
|
build(){
|
||||||
cd "$_pkgname-$pkgver"
|
cd "$_pkgname-$pkgver"
|
||||||
|
# https://github.com/AdguardTeam/AdGuardHome/issues/2668
|
||||||
make -j1
|
make -j1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user