summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2020-03-15 12:54:35 +0100
committerlarchunix2020-03-15 12:54:35 +0100
commit166bb6721ae5fce23672f4c1bf05285b69885eed (patch)
tree4a1040529d02f173491db2cc8c09bf619a144ec8
parent59683c1d9f27ccbbb4e70cf7898862f73517a3b8 (diff)
downloadaur-166bb6721ae5fce23672f4c1bf05285b69885eed.tar.gz
Update to upstream release 2.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7bdb4ec3293d..44f6bb17f265 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 2.9.0
+ pkgver = 2.9.1
pkgrel = 1
url = https://github.com/fedora-modularity/libmodulemd
arch = i686
@@ -16,8 +16,8 @@ pkgbase = libmodulemd
depends = libyaml
depends = rpm-tools
optdepends = python-gobject: for python bindings
- source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.9.0/modulemd-2.9.0.tar.xz
- md5sums = a87c310d91b354505a169755190dbe39
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.9.1/modulemd-2.9.1.tar.xz
+ md5sums = f7696db08afa26ca067051ba8e5f2f5b
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index c3ffc8be42b3..b03cd8a9a34d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=2.9.0
+pkgver=2.9.1
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/$pkgname-$pkgver/${pkgname#lib}-$pkgver.tar.xz")
-md5sums=('a87c310d91b354505a169755190dbe39')
+md5sums=('f7696db08afa26ca067051ba8e5f2f5b')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"