summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-06-16 21:04:49 +0200
committerhaawda2019-06-16 21:04:49 +0200
commit80350ecc49adf309217707f5bf5310d34245d47c (patch)
tree7c0d63173912df0a081468b52c851089f06e4589
parent634ffeb5b166f209b74515695efe64d4a9216156 (diff)
downloadaur-80350ecc49adf309217707f5bf5310d34245d47c.tar.gz
adopted, small changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD17
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 741f30502c10..58ba30af9179 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = taglib-extras
pkgdesc = Additional taglib plugins
pkgver = 1.0.1
- pkgrel = 5
+ pkgrel = 6
url = https://developer.kde.org/~wheeler/taglib.html
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 1eef7e2ee0c3..855bf260e593 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,26 @@
-# Maintainer: Antonio Rojas <arojas@archlinux.org>
+# Contributor: Antonio Rojas <arojas@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=taglib-extras
pkgver=1.0.1
-pkgrel=5
+pkgrel=6
pkgdesc="Additional taglib plugins"
-arch=(x86_64)
+arch=('x86_64')
url="https://developer.kde.org/~wheeler/taglib.html"
-license=(LGPL)
-depends=(taglib)
-makedepends=(cmake)
+license=('LGPL')
+depends=('taglib')
+makedepends=('cmake')
source=("https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.gz" taglib-1.10.patch)
sha256sums=('fe546b4b315f3227c975fed8ea9dfc0e54fc6997fdbba2a9da7beba479229632'
'31673efa5f655b26e5f28277bfb97b3d85d7c9f9e650a229227afe09ae2f9749')
prepare() {
- mkdir -p build
+ [[ -d build ]] || mkdir -p build
# Fix taglib 1.10 detection
cd $pkgname-$pkgver
- patch -p1 -i ../taglib-1.10.patch
+ patch -p1 -i "$srcdir"/taglib-1.10.patch
}
build() {