summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoel Kuntze2020-01-04 21:07:41 +0100
committerNoel Kuntze2020-01-04 21:07:41 +0100
commitc1c54f3c58f10e5b4d5ebb9e2a9bbb9f3e044531 (patch)
tree8728b6bfca2aa895d07a22317170ffb7f60397be
parent6325c03f2124cdd27acba444b378c8b63d0f9439 (diff)
downloadaur-c1c54f3c58f10e5b4d5ebb9e2a9bbb9f3e044531.tar.gz
Update to 2.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e4d3d7cc58c..6dcd8bfc8a89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = docker-makepkg
pkgdesc = A script and docker image to build packages in a clean container
- pkgver = 2.6
+ pkgver = 2.8
pkgrel = 1
url = https://github.com/Thermi/docker-makepkg
install = docker_makepkg.install
@@ -12,10 +12,10 @@ pkgbase = docker-makepkg
depends = python
depends = python-netifaces
depends = python-ipaddress
- source = https://github.com/Thermi/docker-makepkg/releases/download/2.6/docker-makepkg-2.6.tar.gz
- source = https://github.com/Thermi/docker-makepkg/releases/download/2.6/docker-makepkg-2.6.tar.gz.asc
+ source = https://github.com/Thermi/docker-makepkg/releases/download/2.8/docker-makepkg-2.8.tar.gz
+ source = https://github.com/Thermi/docker-makepkg/releases/download/2.8/docker-makepkg-2.8.tar.gz.asc
validpgpkeys = 92C65A2073E1D8A4D0985B7B509B7C4EBF451EDC
- sha256sums = 674cb1d887609ace1d7d3c2082f656b4d0aa843ac0293ec8508e661c069a1658
+ sha256sums = bb72bd5fc54fdbf77a40e57b7e58a2b5066cb704cfadc59189df2fe3be0299f3
sha256sums = SKIP
pkgname = docker-makepkg
diff --git a/PKGBUILD b/PKGBUILD
index 5b270e011c72..830cc2dd17fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Noel Kuntze <noel@familie-kuntze.de>
pkgname=docker-makepkg
-pkgver=2.6
+pkgver=2.8
pkgrel=1
pkgdesc="A script and docker image to build packages in a clean container"
arch=(any)
@@ -10,7 +10,7 @@ depends=(iptables docker darkhttpd python python-netifaces python-ipaddress)
makedepends=()
source=("https://github.com/Thermi/docker-makepkg/releases/download/${pkgver}/docker-makepkg-${pkgver}.tar.gz"
"https://github.com/Thermi/docker-makepkg/releases/download/${pkgver}/docker-makepkg-${pkgver}.tar.gz.asc")
-sha256sums=('674cb1d887609ace1d7d3c2082f656b4d0aa843ac0293ec8508e661c069a1658'
+sha256sums=('bb72bd5fc54fdbf77a40e57b7e58a2b5066cb704cfadc59189df2fe3be0299f3'
'SKIP')
validpgpkeys=(92C65A2073E1D8A4D0985B7B509B7C4EBF451EDC)