summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 036623344da0..8db0dc67fb17 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 2.12.1
+ pkgver = 2.13.0
pkgrel = 1
url = https://github.com/fedora-modularity/libmodulemd
arch = i686
@@ -16,8 +16,7 @@ pkgbase = libmodulemd
depends = libyaml
depends = rpm-tools
optdepends = python-gobject: for python bindings
- source = https://github.com/fedora-modularity/libmodulemd/releases/download/2.12.1/modulemd-2.12.1.tar.xz
- md5sums = eaaa76fff9818178d352caebbbd1ebd9
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/2.13.0/modulemd-2.13.0.tar.xz
+ sha256sums = cc72ce5ff48ce9a4f6c9b6606ccf5a0e75c59c35449668cfe985722ef28f9cbc
pkgname = libmodulemd
-
diff --git a/PKGBUILD b/PKGBUILD
index 13ba2ff76de8..ce18bc2453e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=2.12.1
+pkgver=2.13.0
pkgrel=1
pkgdesc="C Library for manipulating module metadata files"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ depends=('file' 'glib2' 'libyaml' 'rpm-tools')
makedepends=('gobject-introspection' 'gtk-doc' 'help2man' 'meson>=0.47' 'python-gobject')
optdepends=('python-gobject: for python bindings')
source=("$url/releases/download/$pkgver/${pkgname#lib}-$pkgver.tar.xz")
-md5sums=('eaaa76fff9818178d352caebbbd1ebd9')
+sha256sums=('cc72ce5ff48ce9a4f6c9b6606ccf5a0e75c59c35449668cfe985722ef28f9cbc')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"