summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2018-04-09 17:06:50 +0200
committerNoel Kuntze2018-04-09 17:06:50 +0200
commit1fc1359ffea240711c8611454441ae2701271f29 (patch)
treef163fbbc526088f727e58ac2b0af75e269fb076e
parenta643bcb6bd62fdfa0498fddff6a77da91e61621e (diff)
downloadaur-1fc1359ffea240711c8611454441ae2701271f29.tar.gz
Bump to 1.2
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f128d81a2a8..a18b64df96e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Sat Mar 31 19:06:50 UTC 2018
+# Mon Apr 9 15:06:42 UTC 2018
pkgbase = docker-makepkg
pkgdesc = A script and docker image to build packages in a clean container
- pkgver = 1.1
- pkgrel = 2
+ pkgver = 1.2
+ pkgrel = 1
url = https://github.com/Thermi/docker-makepkg
install = docker_makepkg.install
arch = any
license = MIT
depends = docker
- source = https://github.com/Thermi/docker-makepkg/archive/1.1.tar.gz
- source = https://github.com/Thermi/docker-makepkg/releases/download/1.1/1.1.tar.gz.asc
- sha256sums = cf7a11768d217fbf16272c2777365240130f73f2cb1705429296a4dd40a14409
+ source = https://github.com/Thermi/docker-makepkg/archive/1.2.tar.gz
+ source = https://github.com/Thermi/docker-makepkg/releases/download/1.2/1.2.tar.gz.asc
+ sha256sums = 1fa6ee1b367dc05ae30a130dc844acdc5fdd97e570d554743ea7cdd793bbbfbf
sha256sums = SKIP
pkgname = docker-makepkg
diff --git a/PKGBUILD b/PKGBUILD
index e27a8346e955..aa6a30cfd4a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Noel Kuntze <noel@familie-kuntze.de>
pkgname=docker-makepkg
-pkgver=1.1
-pkgrel=2
+pkgver=1.2
+pkgrel=1
pkgdesc="A script and docker image to build packages in a clean container"
arch=(any)
url="https://github.com/Thermi/docker-makepkg"
@@ -10,7 +10,7 @@ license=('MIT')
depends=(docker)
source=("https://github.com/Thermi/docker-makepkg/archive/${pkgver}.tar.gz"
"https://github.com/Thermi/docker-makepkg/releases/download/${pkgver}/${pkgver}.tar.gz.asc")
-sha256sums=('cf7a11768d217fbf16272c2777365240130f73f2cb1705429296a4dd40a14409'
+sha256sums=('1fa6ee1b367dc05ae30a130dc844acdc5fdd97e570d554743ea7cdd793bbbfbf'
'SKIP')
validpgpkeys=(92C65A2073E1D8A4D0985B7B509B7C4EBF451EDC)
install=docker_makepkg.install