summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Exequiel Pedone2024-03-10 21:47:35 -0300
committerGonzalo Exequiel Pedone2024-03-10 21:47:35 -0300
commit51fc45b90cc2687e99f28b90851a18d52f107bff (patch)
tree1bdabbdb3ee92375dec68be4235099800b9e2ec4
parent7d76978f59c8ba0525414cd00a4403a4aa35adf3 (diff)
downloadaur-51fc45b90cc2687e99f28b90851a18d52f107bff.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 0c9132d0c9fc..e8285684e8c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = android-x86-pciutils
- pkgdesc = PCI bus configuration space access library and tools (android)
+ pkgdesc = PCI bus configuration space access library and tools (Android, x86)
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-hwdata
depends = android-x86-kmod
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 1bca83663c04..e3b0e71d5638 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,14 @@ _android_arch=x86
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'