summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80ef41ec1efd..c0a043999bac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,7 @@ pkgbase = pidgin-gpg-git
depends = pidgin
depends = gpgme
source = pidgin-gpg-git::git+https://git@github.com/segler-alex/Pidgin-GPG.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = pidgin-gpg-git
diff --git a/PKGBUILD b/PKGBUILD
index 687c1ae48fd2..cd25702e4409 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL3')
depends=('pidgin' 'gpgme')
makedepends=('git')
source=("$pkgname::git+https://git@github.com/segler-alex/Pidgin-GPG.git")
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd $pkgname