summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2016-02-21 16:49:47 +0100
committerMaxim Andersson2016-02-21 16:49:47 +0100
commitaf5791c9c180bc1d366be9a4807d7ae57fd7f22d (patch)
tree4e0aab6b6b71fd9dd273ff4db4067990d7b876f7
parent7791d486984c23142acb8076cf70e32a8d727229 (diff)
downloadaur-af5791c9c180bc1d366be9a4807d7ae57fd7f22d.tar.gz
Update to 1.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de8943acb1c0..dbceeb177c63 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jan 20 21:40:26 UTC 2016
+# Sun Feb 21 15:48:39 UTC 2016
pkgbase = devpkgcheck
pkgdesc = Tool that builds and tests pkgbuilds with vcs sources from the AUR
- pkgver = 1.1
+ pkgver = 1.2
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.1
- sha256sums = e51e6a5c2e8328904d9abc5044c2970a7302a67a0408da8af34bbd3b1db22da1
+ source = https://gitlab.com/silentboatman/devpkgcheck/repository/archive.tar.gz?ref=1.2
+ sha256sums = 519d71ceeb64238c3044ec7bdcf4db597cc87aa97d64161dc14915a7a9ec03b6
pkgname = devpkgcheck
diff --git a/PKGBUILD b/PKGBUILD
index f1b23b3350f2..e38040fa0366 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxim Andersson <thesilentboatman@gmail.com>
pkgname=devpkgcheck
-pkgver=1.1
+pkgver=1.2
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=('e51e6a5c2e8328904d9abc5044c2970a7302a67a0408da8af34bbd3b1db22da1')
+sha256sums=('519d71ceeb64238c3044ec7bdcf4db597cc87aa97d64161dc14915a7a9ec03b6')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"*