summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d051f5973839..a0c3c520ab95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = distribution-gpg-keys
pkgdesc = GPG keys used by various Linux distributions to sign packages
- pkgver = 1.12.1
+ pkgver = 1.13.1
pkgrel = 1
url = https://github.com/xsuchy/distribution-gpg-keys
arch = any
license = CC0
- source = https://github.com/xsuchy/distribution-gpg-keys/archive/distribution-gpg-keys-1.12-1.tar.gz
- md5sums = d1fc5ada0f132c4f6cb9268a4c9855f1
+ source = https://github.com/xsuchy/distribution-gpg-keys/archive/distribution-gpg-keys-1.13-1.tar.gz
+ md5sums = 8440d63fcc3665f8b5c1e2e7c6e7ce96
pkgname = distribution-gpg-keys
diff --git a/PKGBUILD b/PKGBUILD
index 574b95818d07..3d73a07ed01e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=distribution-gpg-keys
-_pkgver=1.12
+_pkgver=1.13
_rpmrel=1
_pkgtag=$pkgname-$_pkgver-$_rpmrel
pkgver=$_pkgver.$_rpmrel
@@ -9,7 +9,7 @@ arch=('any')
url="https://github.com/xsuchy/$pkgname"
license=('CC0')
source=("$url/archive/$_pkgtag.tar.gz")
-md5sums=('d1fc5ada0f132c4f6cb9268a4c9855f1')
+md5sums=('8440d63fcc3665f8b5c1e2e7c6e7ce96')
# Uncomment to include GPG keys used by Copr projects
#_with_copr=1