summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaël PORTAY2020-03-20 08:13:16 -0400
committerGaël PORTAY2020-03-20 08:13:56 -0400
commit102a7a9d5742c8bfdfd90f79802c15615242e088 (patch)
treedb5522e1040ddfd14720401ab0bd7b203c5e7ed2
parentad2f08b2125c9a79da504d4c0cb21588f3b0b132 (diff)
downloadaur-102a7a9d5742c8bfdfd90f79802c15615242e088.tar.gz
Version: 3
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5b6e75df1fe..fd56ac3a9dad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dosh
pkgdesc = Docker shell
- pkgver = 2.1
+ pkgver = 3
pkgrel = 1
url = https://github.com/gportay/dosh
arch = any
@@ -8,8 +8,9 @@ pkgbase = dosh
checkdepends = shellcheck
makedepends = asciidoctor
depends = docker
- source = https://github.com/gportay/dosh/archive/2.1.tar.gz
- md5sums = e73c0949fb577359e70ca0a26b2f62bf
+ source = https://github.com/gportay/dosh/archive/3.tar.gz
+ validpgpkeys = 8F3491E60E62695ED780AC672FA122CA0501CA71
+ sha256sums = 3669ed476311b12b29f87f955e22d2c048f162719b886091d3685d04044733e0
pkgname = dosh
diff --git a/PKGBUILD b/PKGBUILD
index bf5ca78bfa09..e08ba8f500d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Gaël PORTAY <gael.portay@gmail.com>
pkgname=dosh
-pkgver=2.1
+pkgver=3
pkgrel=1
pkgdesc='Docker shell'
arch=('any')
@@ -11,7 +11,8 @@ depends=('docker')
makedepends=('asciidoctor')
checkdepends=('shellcheck')
source=("https://github.com/gportay/$pkgname/archive/$pkgver.tar.gz")
-md5sums=('e73c0949fb577359e70ca0a26b2f62bf')
+sha256sums=('3669ed476311b12b29f87f955e22d2c048f162719b886091d3685d04044733e0')
+validpgpkeys=('8F3491E60E62695ED780AC672FA122CA0501CA71')
build() {
cd "$pkgname-$pkgver"