summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Andersson2016-01-21 21:39:34 +0100
committerMaxim Andersson2016-01-21 21:39:34 +0100
commit7791d486984c23142acb8076cf70e32a8d727229 (patch)
tree363c9e35a2b46b049f6e7e3c32b98381bc7ccff7
parentfcd179b2d89f9730d374784d8e4b34eebd560535 (diff)
downloadaur-7791d486984c23142acb8076cf70e32a8d727229.tar.gz
Update to 1.1-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af4511ce9b60..de8943acb1c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Jan 17 20:57:21 UTC 2016
+# Wed Jan 20 21:40:26 UTC 2016
pkgbase = devpkgcheck
pkgdesc = Tool that builds and tests pkgbuilds with vcs sources from the AUR
- pkgver = 1.0
+ pkgver = 1.1
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.0
- sha256sums = b7a04dd68de6385a6361dc40642dbd36fafbf8003a9df6cefe297cef24d88469
+ source = https://gitlab.com/silentboatman/devpkgcheck/repository/archive.tar.gz?ref=1.1
+ sha256sums = e51e6a5c2e8328904d9abc5044c2970a7302a67a0408da8af34bbd3b1db22da1
pkgname = devpkgcheck
diff --git a/PKGBUILD b/PKGBUILD
index 2386116bc225..f1b23b3350f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxim Andersson <thesilentboatman@gmail.com>
pkgname=devpkgcheck
-pkgver=1.0
+pkgver=1.1
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=('b7a04dd68de6385a6361dc40642dbd36fafbf8003a9df6cefe297cef24d88469')
+sha256sums=('e51e6a5c2e8328904d9abc5044c2970a7302a67a0408da8af34bbd3b1db22da1')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"*