summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGordonGR2016-04-24 16:21:15 +0300
committerGordonGR2016-04-24 16:21:15 +0300
commit475eee43879f0c01dd8042e598ada530a3805af4 (patch)
treea8f355666f9e271885bffd4bbba044eca10b1c1f
parent50f6c8dfd6a183a4d490853d02c461ce884b448d (diff)
downloadaur-475eee43879f0c01dd8042e598ada530a3805af4.tar.gz
475-2: PKGBUILD amelioration
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9762aaa463be..9a0e145f26fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Apr 17 17:50:17 UTC 2016
+# Sun Apr 24 13:19:56 UTC 2016
pkgbase = lib32-libreplaygain
pkgdesc = A library to adjust audio gain (lib32)
pkgver = 475
- pkgrel = 1
+ pkgrel = 2
url = http://www.musepack.net/index.php?pg=src
arch = x86_64
license = LGPL
makedepends = cmake
depends = lib32-glibc
+ depends = libreplaygain
source = http://files.musepack.net/source/libreplaygain_r475.tar.gz
md5sums = e27b3b1249b7fbae92d656d9e3d26633
diff --git a/PKGBUILD b/PKGBUILD
index 621ee677b2a0..f970e87e87b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=lib32-libreplaygain
_pkgname=libreplaygain
pkgver=475
-pkgrel=1
+pkgrel=2
pkgdesc="A library to adjust audio gain (lib32)"
arch=('x86_64')
url="http://www.musepack.net/index.php?pg=src"
license=('LGPL')
-depends=('lib32-glibc')
+depends=('lib32-glibc' "${_pkgname}")
makedepends=('cmake')
source=("http://files.musepack.net/source/${_pkgname}_r${pkgver}.tar.gz")
md5sums=('e27b3b1249b7fbae92d656d9e3d26633')