summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordesbma2019-01-25 23:40:53 +0100
committerdesbma2019-01-25 23:40:53 +0100
commit2c28ce8d9471336ab1380d0faf81357cb0f79be6 (patch)
treea5c394922d36b31a6aa8dd36aeb6b49c98194142 /PKGBUILD
parentcd5aa455ac97f38141632bdf0c54b9fd4882b76a (diff)
downloadaur-2c28ce8d9471336ab1380d0faf81357cb0f79be6.tar.gz
Minor PKGBUILD cosmetic changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 63965f418343..feb6a69c53aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=apetag
pkgver=1.12
pkgrel=1
-pkgdesc="A command line APE 2.0 tagger"
+pkgdesc='A command line APE 2.0 tagger'
arch=('i686' 'x86_64')
-url="http://robert.muth.org/Apetag/"
+url='http://robert.muth.org/Apetag/'
license=('GPL3')
depends=('gcc-libs')
-source=(http://robert.muth.org/Apetag/${pkgname}.${pkgver}.tar.gz
+source=("http://robert.muth.org/Apetag/${pkgname}.${pkgver}.tar.gz"
'Makefile.patch')
sha512sums=('615c495721c6d46e6ce4546ede218efaac1f3fda91dcd9b8da2b8f7c79cc0f5fbee7dd5bc433c0b125973a816980abb8677f16d4000e5e71699524baddd16887'
'SKIP')