summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDoug Newgard2013-06-29 14:30:20 -0500
committerDoug Newgard2013-06-29 14:30:20 -0500
commitd7fb741124638e7622756e62c590380753a9e794 (patch)
tree72db18e7e3d9dbc0cbceb8dff8d9d3ff0c2d832f /PKGBUILD
parent5a2ad0d35f9fad96cd48e172d9bff690aca5b0f1 (diff)
downloadaur-d7fb741124638e7622756e62c590380753a9e794.tar.gz
Make license an array and bump to latest version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0573543ee028..c57e0a50fc56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor: wain <wain.at.archlinux.fr>
pkgname=customizepkg-scripting
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="A tool to modify automatically PKGBUILDs - modified to just run scripts"
url="https://github.com/Scimmia22/customizepkg-scripting"
-license="GPL"
+license=('GPL2')
arch=('any')
depends=('bash' 'diffutils')
optdepends=('vim: for vimdiff')
provides=('customizepkg')
conflicts=('customizepkg')
source=("https://github.com/Scimmia22/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('4bb8c7caef6b885d5edd605a04dcc81c88a7232c79cf1d379980bae58fc9401c')
+sha256sums=('d01a6e4dbc9643c74f7c1499f351c7ddf65bae0e9caa7d62cf41c9b30daa4291')
package() {
cd "$srcdir/$pkgname-$pkgver"