summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d8bb87289239..b9c1ee7bdef9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = spm
pkgdesc = simple password manager, a fork of mneum's tpm
pkgver = 1.5.0
- pkgrel = 2
+ pkgrel = 3
url = https://notabug.org/kl3/spm
arch = any
license = GPL
depends = gnupg
- source = https://notabug.org/kl3/spm/archive/1.5.0.tar.gz
+ source = spm-1.5.0.tar.gz::https://notabug.org/kl3/spm/archive/1.5.0.tar.gz
md5sums = 861b6bfd4f02bd5b9bc7697f5feebeaf
pkgname = spm
diff --git a/PKGBUILD b/PKGBUILD
index 701a2e7950cc..226b6df059bf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
-# Maintainer: mitts <mittens2001@opmbx.org>
+# Contributor: mitts <mittens2001@opmbx.org>
+# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=spm
pkgver=1.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="simple password manager, a fork of mneum's tpm"
arch=('any')
url="https://notabug.org/kl3/spm"
license=('GPL')
depends=('gnupg')
-source=("https://notabug.org/kl3/${pkgname}/archive/${pkgver}.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://notabug.org/kl3/${pkgname}/archive/${pkgver}.tar.gz")
md5sums=('861b6bfd4f02bd5b9bc7697f5feebeaf')
package() {