summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index efba5c1ff6c5..a4b9a4ea917e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caff-git
pkgdesc = CA Fire and Forget is a script that helps you in keysigning.
pkgver = r823.a8e6e7d
- pkgrel = 1
+ pkgrel = 2
url = https://salsa.debian.org/stappers/pgp-tools
arch = any
license = GPL
@@ -15,7 +15,6 @@ pkgbase = caff-git
conflicts = signing-party
conflicts = caff-svn
source = caff::git+https://salsa.debian.org/debian/signing-party.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = caff-git
-
diff --git a/PKGBUILD b/PKGBUILD
index fa6415d82102..fd4c11d1507d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
-# Maintainer: Ingo Sieverdingbeck <aur@sieverdingbeck.com>
-
+# Maintainer: ghostbuster <ghost_buster+aur@posteo.de>
pkgname=caff-git
_pkgname=caff
pkgver=r823.a8e6e7d
-pkgrel=1
+pkgrel=2
pkgdesc="CA Fire and Forget is a script that helps you in keysigning."
arch=('any')
url="https://salsa.debian.org/stappers/pgp-tools"
@@ -11,7 +10,7 @@ license=('GPL')
depends=('gnupg' 'perl' 'perl-gnupg-interface' 'perl-mime-tools' 'perl-text-template' 'perl-net-idn-encode')
makedepends=('git')
conflicts=('signing-party' 'caff-svn')
-md5sums=('SKIP')
+sha256sums=('SKIP')
source=("$_pkgname::git+https://salsa.debian.org/debian/signing-party.git")
pkgver() {