summarylogtreecommitdiffstats
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
parente324fa0fa2aa1c8d2776c82a00c366c8e015dca9 (diff)
downloadaur-customizepkg-patching.tar.gz
license is now an array.
Signed-off-by: Michael Düll <michael.duell@rub.de>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42222367aad8..ea000f1ff57a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Thu Jul 14 22:10:15 UTC 2016
pkgbase = customizepkg-patching
pkgdesc = A tool to automate modification of PKGBUILDs using patch
pkgver = 20
- pkgrel = 1
+ pkgrel = 2
arch = any
license = GPL
depends = bash
@@ -11,6 +13,7 @@ pkgbase = customizepkg-patching
provides = customizepkg
conflicts = customizepkg
source = customizepkg-patching
+ sha384sums = f6a5b704448b1060fc9766640717f60c66c535e2a18ec6df7ac2e5f45f2258a39e7e496b1a0c7e4ef3c3a3050e9b4a65
pkgname = customizepkg-patching
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')