summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Lezaeta Reyes2015-06-14 20:37:16 -0300
committerPablo Lezaeta Reyes2015-06-14 20:37:16 -0300
commit4288d046119c025cf3368e669b490de803e0e07a (patch)
treec0abdc953276356afca7964860a536de66ed9da6
parent2346af21dac6b6ff4c4405fadb59026adb84c281 (diff)
downloadaur-4288d046119c025cf3368e669b490de803e0e07a.tar.gz
update
Signed-off-by: Pablo Lezaeta Reyes <prflr88@gmail.com>
-rwxr-xr-xPKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dbb8eeebb6e0..a06099d4f1a8 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ pkgname=archlinux-artwork
pkgver=1.6
pkgrel=3
pkgdesc='Official logos, icons, CD labels and other artwork for Arch Linux'
-arch=('any')
+arch=("any")
url="http://www.archlinux.org/"
-license=('CCPL:cc-by-nc-sa' 'custom:TRADEMARKS')
+license=("CCPL:cc-by-nc-sa" "custom:TRADEMARKS")
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jristz/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('ce4aefa72574465eb74e4d0a795aee5a')
@@ -26,5 +26,3 @@ package() {
# add the custom license
install -D -m644 TRADEMARKS $pkgdir/usr/share/licenses/$pkgname/TRADEMARKS
}
-
-# vim:set ts=2 sw=2 et: