summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2019-03-27 08:33:33 +0100
committerlarchunix2019-03-27 08:33:33 +0100
commit372b81e84107c7dc588d6f186819afa95c9ee0d0 (patch)
tree4c5b26efa4bb419fe8f3bd2bf4b6705541aa2494
parentf2e980c0af596fb03cf26e18cbe91b21f056f6e0 (diff)
downloadaur-372b81e84107c7dc588d6f186819afa95c9ee0d0.tar.gz
Update to upstream release 2.2.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1983149dc98a..f10d1df4970f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 2.2.0
+ pkgver = 2.2.1
pkgrel = 1
url = https://github.com/fedora-modularity/libmodulemd
arch = i686
@@ -13,8 +13,8 @@ pkgbase = libmodulemd
depends = glib2
depends = libyaml
optdepends = python-gobject: for python bindings
- source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.2.0/modulemd-2.2.0.tar.xz
- md5sums = 675b25e0c5c1602943e786af31c382bc
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.2.1/modulemd-2.2.1.tar.xz
+ md5sums = 597750f1814d9990e66f116f97b2ffc1
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index bb78b63cf5b9..63dfa26351f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="C Library for manipulating module metadata files"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ depends=('glib2' 'libyaml')
makedepends=('gobject-introspection' 'gtk-doc' 'meson' 'python-gobject')
optdepends=('python-gobject: for python bindings')
source=("$url/releases/download/$pkgname-$pkgver/${pkgname#lib}-$pkgver.tar.xz")
-md5sums=('675b25e0c5c1602943e786af31c382bc')
+md5sums=('597750f1814d9990e66f116f97b2ffc1')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"