summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2018-03-31 19:07:18 +0200
committerNoel Kuntze2018-03-31 19:07:18 +0200
commited17806d9186e46bca0407c72ca40a6f233652bf (patch)
tree65b87102b474bb428d4e86d343d8f0c839cab67a
parenta010d995a23e2cb37275c5656139dda91e428ecf (diff)
downloadaur-ed17806d9186e46bca0407c72ca40a6f233652bf.tar.gz
Bump PKGVER to 1.1.
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a27dcd58c29c..8bf592fffd86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Mar 31 16:16:49 UTC 2018
+# Sat Mar 31 17:07:12 UTC 2018
pkgbase = docker-makepkg
pkgdesc = A script and docker image to build packages in a clean container
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/Thermi/docker-makepkg
arch = any
license = MIT
depends = docker
- source = https://github.com/Thermi/docker-makepkg/archive/1.0.tar.gz
- source = https://github.com/Thermi/docker-makepkg/releases/download/1.0/1.0.tar.gz.asc
+ 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 = 3cd1b3352f1c49796f7a32d1b7d18f3267d82c9ab0e51deeb6c1a0734b1a5a96
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index cd1f6c431bf0..7bcf8343b55b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Noel Kuntze <noel@familie-kuntze.de>
pkgname=docker-makepkg
-pkgver=1.0
-pkgrel=2
+pkgver=1.1
+pkgrel=1
pkgdesc="A script and docker image to build packages in a clean container"
arch=(any)
url="https://github.com/Thermi/docker-makepkg"