summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNoel Kuntze2018-04-09 17:06:50 +0200
committerNoel Kuntze2018-04-09 17:06:50 +0200
commit1fc1359ffea240711c8611454441ae2701271f29 (patch)
treef163fbbc526088f727e58ac2b0af75e269fb076e /PKGBUILD
parenta643bcb6bd62fdfa0498fddff6a77da91e61621e (diff)
downloadaur-1fc1359ffea240711c8611454441ae2701271f29.tar.gz
Bump to 1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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