diff --git a/controller-testing/PKGBUILD b/controller-testing/PKGBUILD index a7e0497..c600f4c 100644 --- a/controller-testing/PKGBUILD +++ b/controller-testing/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Tobias Reisinger pkgname=emgauwa-controller-testing pkgver=0.2.7 -pkgrel=1 +pkgrel=2 epoch= pkgdesc="" arch=('x86_64' 'armv6h' 'armv7h' 'aarch64') @@ -9,6 +9,8 @@ url="https://git.serguzim.me/emgauwa/controller" license=('unknown') groups=() depends=('glibc' 'lmdb') +depends_armv6h=('wiringpi') +depends_armv7h=('wiringpi') makedepends=('make' 'cmake' 'gcc') conflicts=('emgauwa-controller') backup=('etc/emgauwa/controller.ini') diff --git a/controller/PKGBUILD b/controller/PKGBUILD index d1d71ba..7af2fd0 100644 --- a/controller/PKGBUILD +++ b/controller/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Tobias Reisinger pkgname=emgauwa-controller pkgver=0.2.7 -pkgrel=1 +pkgrel=2 epoch= pkgdesc="" arch=('x86_64' 'armv6h' 'armv7h' 'aarch64') @@ -9,6 +9,8 @@ url="https://git.serguzim.me/emgauwa/controller" license=('unknown') groups=() depends=('glibc' 'lmdb') +depends_armv6h=('wiringpi') +depends_armv7h=('wiringpi') makedepends=('make' 'cmake' 'gcc') conflicts=('emgauwa-controller-testing') backup=('etc/emgauwa/controller.ini')