summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSamu Juvonen2016-10-27 09:55:32 +0300
committerSamu Juvonen2016-10-27 09:55:32 +0300
commit250f06474d0d900585b7623a14892410482a454f (patch)
tree7ec97d5cb1fc93aeb245e4792ee6b23d336f16fb /PKGBUILD
parentebccc6bb6ce4f1c9705b44acf793f9fa9127b133 (diff)
downloadaur-250f06474d0d900585b7623a14892410482a454f.tar.gz
Fix PKGBUILD to work with current Pacman
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f73fe473aac4..0617050f8ef4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@ pkgrel=36
pkgdesc='Edit metadata / tags of various audio formats like MP3, Ogg/Vorbis and FLAC.'
arch=('i686' 'x86_64')
url='http://qt-apps.org/content/show.php/Coquillo?content=141896'
-license='GPL'
+license=('GPL')
depends=('qt4' 'taglib')
source=(http://cs.uef.fi/~sjuvonen/coquillo/$pkgver/coquillo-$pkgver-src.tar.gz)
md5sums=('f53c29854b01a7b3bc2c757916bb66cb')
-build() {
+package() {
cd $startdir/src/coquillo-$pkgver/
qmake-qt4
make