summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Düll2016-07-15 00:10:22 +0200
committerMichael Düll2016-07-15 00:10:22 +0200
commit2fd4c24d99ccef3781694521f2ac63d0c3dd44a3 (patch)
tree09ce39d0f1924a1565a69e8b110059756b04cb5a /PKGBUILD
parente324fa0fa2aa1c8d2776c82a00c366c8e015dca9 (diff)
downloadaur-customizepkg-patching.tar.gz
license is now an array.
Signed-off-by: Michael Düll <michael.duell@rub.de>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3d09bc12a502..ea2cf1ae43fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
# Contributor: Daniel Oertwig <Daniel.Oertwig+customizepkgpatching at gmail dot com>
pkgname=customizepkg-patching
pkgver=20
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to automate modification of PKGBUILDs using patch"
#url=""
-license="GPL"
+license=('GPL')
arch=('any')
depends=('bash' 'diffutils' 'patch')
optdepends=('vim: For using vimdiff')