summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2016-01-26 21:44:06 -0800
committerLlewelyn Trahaearn2016-01-26 21:44:06 -0800
commit0ef0644d87ada3c3d1ec005ab840eb95db40ff94 (patch)
treea4e931fa5aeba817e494964a8a6cc179d2f3f802
parentabc126c4a4332e2709a260606b3c442af26d161c (diff)
downloadaur-0ef0644d87ada3c3d1ec005ab840eb95db40ff94.tar.gz
Dependency tuning.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd941e285e85..4925e2dc0284 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Wed Jan 27 05:43:57 UTC 2016
pkgbase = lib32-libexif
pkgdesc = A library to parse an EXIF file and read the data from those tags (32-bit)
pkgver = 0.6.21
@@ -6,8 +8,8 @@ pkgbase = lib32-libexif
arch = x86_64
license = LGPL
makedepends = gcc-multilib
- depends = lib32-glibc
depends = libexif
+ depends = lib32-glibc
options = !libtool
source = http://downloads.sf.net/sourceforge/libexif/libexif-0.6.21.tar.bz2
sha512sums = 4e0fe2abe85d1c95b41cb3abe1f6333dc3a9eb69dba106a674a78d74a4d5b9c5a19647118fa1cc2d72b98a29853394f1519eda9e2889eb28d3be26b21c7cfc35
diff --git a/PKGBUILD b/PKGBUILD
index 97274d0cadfa..a8dd35dd88e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="A library to parse an EXIF file and read the data from those tags (32-b
arch=('x86_64')
license=('LGPL')
url="http://sourceforge.net/projects/libexif"
-depends=('lib32-glibc' "${pkgname#lib32-}")
+depends=( "${pkgname#lib32-}" 'lib32-glibc')
makedepends=('gcc-multilib')
options=('!libtool')
source=(http://downloads.sf.net/sourceforge/${pkgname#lib32-}/${pkgname#lib32-}-${pkgver}.tar.bz2)