summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-10 21:47:14 -0300
committerGonzalo Exequiel Pedone2024-03-10 21:47:14 -0300
commit55bcf0bae1d61aa0353a332cc58c472530d2121e (patch)
tree8c5b4f4a19c85b67a1afbd84162408ac7291fd1f
parent91c16f9e1ebf81eb2d3cc948ddd9f014ca705c44 (diff)
downloadaur-55bcf0bae1d61aa0353a332cc58c472530d2121e.tar.gz
Added android-environment as dependency.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c859b97ac686..9fe0ab89624d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = android-x86-64-pciutils
- pkgdesc = PCI bus configuration space access library and tools (android)
+ pkgdesc = PCI bus configuration space access library and tools (Android, x86-64)
pkgver = 3.11.1
- pkgrel = 1
+ pkgrel = 2
url = https://mj.ucw.cz/sw/pciutils/
arch = any
license = GPL2
+ makedepends = android-environment
depends = android-x86-64-hwdata
depends = android-x86-64-kmod
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 050479afda6a..ef1a7a4fe66d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@ _android_arch=x86-64
pkgname=android-${_android_arch}-pciutils
pkgver=3.11.1
-pkgrel=1
-pkgdesc="PCI bus configuration space access library and tools (android)"
+pkgrel=2
arch=('any')
+pkgdesc="PCI bus configuration space access library and tools (Android, ${_android_arch})"
license=('GPL2')
url="https://mj.ucw.cz/sw/pciutils/"
depends=("android-${_android_arch}-hwdata"
"android-${_android_arch}-kmod")
+makedepends=('android-environment')
options=(!strip !buildflags staticlibs !emptydirs)
source=("https://mj.ucw.cz/download/linux/pci/pciutils-${pkgver}.tar.gz"{,.sign}
'0001-Do-not-use-lresolv.patch'