summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 506316481469..5d192f04277b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zfsnap
pkgdesc = A portable, performant script to make rolling ZFS snapshots easy.
- pkgver = 2.0.0beta2
+ pkgver = 2.0.0beta3
pkgrel = 1
url = http://www.zfsnap.org/
arch = any
@@ -9,8 +9,8 @@ pkgbase = zfsnap
optdepends = bash: for the corresponding completions,
optdepends = tcsh: for the corresponding completions,
optdepends = zsh: for the corresponding completions
- source = https://github.com/zfsnap/zfsnap/archive/v2.0.0-beta2.tar.gz
- md5sums = 5a933d1f84cb880eb8463868ea1845ec
+ source = https://github.com/zfsnap/zfsnap/archive/v2.0.0-beta3.tar.gz
+ sha256sums = d73be34b58d94b89010e2be6fc3d34bdc34b9675aaa2bebfe446dffb683e45d3
pkgname = zfsnap
diff --git a/PKGBUILD b/PKGBUILD
index f2dd3a6494f4..8a6e5d8e3eff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,7 @@
-# Maintainer: Jason T. Bradshaw <jasontbradshaw@gmail.com>
+# Maintainer: Nils Steinger (voidptr.de)
+# Contributor: Jason T. Bradshaw <jasontbradshaw@gmail.com>
pkgname=zfsnap
-pkgver=2.0.0beta2
+pkgver=2.0.0beta3
pkgrel=1
pkgdesc='A portable, performant script to make rolling ZFS snapshots easy.'
arch=('any')
@@ -12,13 +13,14 @@ optdepends=(
'tcsh: for the corresponding completions',
'zsh: for the corresponding completions'
)
-source=(https://github.com/zfsnap/zfsnap/archive/v2.0.0-beta2.tar.gz)
-md5sums=('5a933d1f84cb880eb8463868ea1845ec')
# Put the hyphen back between the end of the version and the start of the tag.
_hyphenated_pkgver="$(echo "${pkgver}" | sed -r 's/([0-9])([a-z])/\1-\2/')"
_pkgdirver="${pkgname}-${_hyphenated_pkgver}"
+source=(https://github.com/zfsnap/zfsnap/archive/v${_hyphenated_pkgver}.tar.gz)
+sha256sums=('d73be34b58d94b89010e2be6fc3d34bdc34b9675aaa2bebfe446dffb683e45d3')
+
package() {
cd "${srcdir}/${_pkgdirver}"