summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2018-04-10 14:25:39 +0200
committerNoel Kuntze2018-04-10 14:25:39 +0200
commit73b0f17c9137673ca5dd7ca5a3f6caea79ace722 (patch)
tree11c5c214201359470ad9678d619d0638b52604dd
parent1fc1359ffea240711c8611454441ae2701271f29 (diff)
downloadaur-73b0f17c9137673ca5dd7ca5a3f6caea79ace722.tar.gz
Bump to 1.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18b64df96e0..6ef167764564 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Mon Apr 9 15:06:42 UTC 2018
+# Tue Apr 10 12:25:32 UTC 2018
pkgbase = docker-makepkg
pkgdesc = A script and docker image to build packages in a clean container
- pkgver = 1.2
+ pkgver = 1.3
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.2.tar.gz
- source = https://github.com/Thermi/docker-makepkg/releases/download/1.2/1.2.tar.gz.asc
+ source = https://github.com/Thermi/docker-makepkg/archive/1.3.tar.gz
+ source = https://github.com/Thermi/docker-makepkg/releases/download/1.3/1.3.tar.gz.asc
sha256sums = 1fa6ee1b367dc05ae30a130dc844acdc5fdd97e570d554743ea7cdd793bbbfbf
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index aa6a30cfd4a4..89a0b4a644b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Noel Kuntze <noel@familie-kuntze.de>
pkgname=docker-makepkg
-pkgver=1.2
+pkgver=1.3
pkgrel=1
pkgdesc="A script and docker image to build packages in a clean container"
arch=(any)