summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2020-05-23 10:34:59 +0200
committerlarchunix2020-05-23 10:34:59 +0200
commitb8ba03860d60f2cd7bbbb39574dcb84f16c0e048 (patch)
tree86681c58c51cc4551d181e144416cb64db27887a
parenteaaef6d85184c741721db396d3b964da1eff1cc8 (diff)
downloadaur-b8ba03860d60f2cd7bbbb39574dcb84f16c0e048.tar.gz
Update to upstream release 2.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 74459827f3be..5d09cc6eaabd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 2.9.2
+ pkgver = 2.9.3
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.2/modulemd-2.9.2.tar.xz
- md5sums = 885869b62909bf87b7e3714b815fe0ae
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.9.3/modulemd-2.9.3.tar.xz
+ md5sums = a9fcd2b69002c55cc2e290f1d58e5d89
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index 4a493eed041e..66c9adacf4a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=2.9.2
+pkgver=2.9.3
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=('885869b62909bf87b7e3714b815fe0ae')
+md5sums=('a9fcd2b69002c55cc2e290f1d58e5d89')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"