summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2021-01-08 09:30:27 +0100
committerlarchunix2021-01-08 09:30:27 +0100
commit0fdbf4d5536b0631d50b6113f6617d7edc8f2b71 (patch)
tree5a2fc8a6f7443d8dfd504b61c44550c15f98ab5f
parent625c8608561c1883371814aa4a4910ed1113a6e5 (diff)
downloadaur-0fdbf4d5536b0631d50b6113f6617d7edc8f2b71.tar.gz
Update to upstream release 2.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d23f8ec75aa..cddbf17d772f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 2.11.1
+ pkgver = 2.11.2
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.11.1/modulemd-2.11.1.tar.xz
- md5sums = 2f90c002208c74888fe3615f02179dc5
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.11.2/modulemd-2.11.2.tar.xz
+ md5sums = ef0c8fafbcd7af5ef73f428b379ee040
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index e7ac950eb031..ccf61bfe6f18 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=2.11.1
+pkgver=2.11.2
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=('2f90c002208c74888fe3615f02179dc5')
+md5sums=('ef0c8fafbcd7af5ef73f428b379ee040')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"