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 ca292b2b70e4..9b794e09f474 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 1.6.0
+ pkgver = 1.6.1
pkgrel = 1
url = https://github.com/fedora-modularity/libmodulemd
arch = i686
@@ -11,8 +11,8 @@ pkgbase = libmodulemd
makedepends = meson
depends = glib2
depends = libyaml
- source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-1.6.0/modulemd-1.6.0.tar.xz
- md5sums = 0b1fee4e76c251814f65c6a0d4b9a4ed
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-1.6.1/modulemd-1.6.1.tar.xz
+ md5sums = 1771f1bc13f35eb43d4ea662f81bc18a
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index 8a1d292d6762..df124ac56f92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=1.6.0
+pkgver=1.6.1
pkgrel=1
pkgdesc="C Library for manipulating module metadata files"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('custom:MIT')
depends=('glib2' 'libyaml')
makedepends=('gobject-introspection' 'gtk-doc' 'meson')
source=("$url/releases/download/$pkgname-$pkgver/${pkgname#lib}-$pkgver.tar.xz")
-md5sums=('0b1fee4e76c251814f65c6a0d4b9a4ed')
+md5sums=('1771f1bc13f35eb43d4ea662f81bc18a')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"