summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-01-26 22:19:30 -0800
committerLlewelyn Trahaearn2016-01-26 22:19:30 -0800
commit0b9f7d48ea030fdb25d0b92494d464c53384efbb (patch)
tree14dad2036485f2e389a3a509ecfa6b783480a9b4
parent87d8f6b0766b4da685575f1cfb07cdc7c63b0f30 (diff)
downloadaur-0b9f7d48ea030fdb25d0b92494d464c53384efbb.tar.gz
Dependency tuning.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a594b5f7d4fa..95c15f90ab7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Wed Jan 27 06:19:18 UTC 2016
pkgbase = lib32-pciutils
pkgdesc = PCI bus configuration space access library (32-bit)
pkgver = 3.3.1
@@ -6,9 +8,9 @@ pkgbase = lib32-pciutils
arch = x86_64
license = GPL2
makedepends = gcc-multilib
- depends = lib32-systemd
- depends = lib32-kmod
depends = pciutils
+ depends = lib32-kmod
+ depends = lib32-systemd
source = ftp://ftp.kernel.org/pub/software/utils/pciutils/pciutils-3.3.1.tar.xz
sha512sums = 47772dedfa5d5efdd7ddc2970e64903090b32ac1579d63951e30edde5d886807952550fa00e5480f9cf782058a1fa5b2864744ab237031e59a0531197244c468
diff --git a/PKGBUILD b/PKGBUILD
index 5d9a5b0084da..852c82ae0f0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="PCI bus configuration space access library (32-bit)"
arch=('x86_64')
url="http://mj.ucw.cz/sw/pciutils/"
license=('GPL2')
-depends=('lib32-systemd' 'lib32-kmod' "${pkgname#lib32-}")
+depends=("${pkgname#lib32-}" 'lib32-kmod' 'lib32-systemd')
makedepends=('gcc-multilib')
source=("ftp://ftp.kernel.org/pub/software/utils/${pkgname#lib32-}/${pkgname#lib32-}-${pkgver}.tar.xz")
sha512sums=('47772dedfa5d5efdd7ddc2970e64903090b32ac1579d63951e30edde5d886807952550fa00e5480f9cf782058a1fa5b2864744ab237031e59a0531197244c468')