summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7056c354ca6d..bc90eae68d7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = customizepkg-scripting
pkgdesc = A tool to modify automatically PKGBUILDs - modified to just run scripts
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/Scimmia22/customizepkg-scripting
arch = any
- license = GPL
+ license = GPL2
depends = bash
depends = diffutils
optdepends = vim: for vimdiff
provides = customizepkg
conflicts = customizepkg
- source = https://github.com/Scimmia22/customizepkg-scripting/archive/0.3.0.tar.gz
- sha256sums = 4bb8c7caef6b885d5edd605a04dcc81c88a7232c79cf1d379980bae58fc9401c
+ source = https://github.com/Scimmia22/customizepkg-scripting/archive/0.4.0.tar.gz
+ sha256sums = d01a6e4dbc9643c74f7c1499f351c7ddf65bae0e9caa7d62cf41c9b30daa4291
pkgname = customizepkg-scripting
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"