summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2016-08-12 23:25:48 +0200
committerMaxim Andersson2016-08-12 23:25:48 +0200
commit71071acf471b5258db8c8247b9657814687885af (patch)
tree0036e254735f1ebf43ac40869e66acd40af816cd
parentaf5791c9c180bc1d366be9a4807d7ae57fd7f22d (diff)
downloadaur-devpkgcheck.tar.gz
Update to 1.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dbceeb177c63..4e466bc1c94b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Feb 21 15:48:39 UTC 2016
+# Fri Aug 12 21:23:13 UTC 2016
pkgbase = devpkgcheck
pkgdesc = Tool that builds and tests pkgbuilds with vcs sources from the AUR
- pkgver = 1.2
+ pkgver = 1.3
pkgrel = 1
url = https://gitlab.com/silentboatman/devpkgcheck
arch = any
license = GPL3
depends = namcap
backup = etc/devpkgcheck.conf
- source = https://gitlab.com/silentboatman/devpkgcheck/repository/archive.tar.gz?ref=1.2
- sha256sums = 519d71ceeb64238c3044ec7bdcf4db597cc87aa97d64161dc14915a7a9ec03b6
+ source = https://gitlab.com/silentboatman/devpkgcheck/repository/archive.tar.gz?ref=1.3
+ sha256sums = 8d519626b8165bc19fa95ccf898b046aea1bef3e8b339c27a5e7491fe9008453
pkgname = devpkgcheck
diff --git a/PKGBUILD b/PKGBUILD
index e38040fa0366..39a1e9d04e40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxim Andersson <thesilentboatman@gmail.com>
pkgname=devpkgcheck
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="Tool that builds and tests pkgbuilds with vcs sources from the AUR"
arch=('any')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('namcap')
backup=('etc/devpkgcheck.conf')
source=("https://gitlab.com/silentboatman/${pkgname}/repository/archive.tar.gz?ref=${pkgver}")
-sha256sums=('519d71ceeb64238c3044ec7bdcf4db597cc87aa97d64161dc14915a7a9ec03b6')
+sha256sums=('8d519626b8165bc19fa95ccf898b046aea1bef3e8b339c27a5e7491fe9008453')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"*