summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2020-12-17 22:07:12 +0100
committerlarchunix2020-12-17 22:07:12 +0100
commit625c8608561c1883371814aa4a4910ed1113a6e5 (patch)
tree86272fec03218cde298fcc34835a0e5f251b31dc
parent7211922c2f61bcb6b4694730b3db4f9da021fab7 (diff)
downloadaur-625c8608561c1883371814aa4a4910ed1113a6e5.tar.gz
Update to upstream release 2.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78183ac884c9..8d23f8ec75aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 2.11.0
+ pkgver = 2.11.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.11.0/modulemd-2.11.0.tar.xz
- md5sums = 6bafe9f99e7352a017f56b47178b35a2
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.11.1/modulemd-2.11.1.tar.xz
+ md5sums = 2f90c002208c74888fe3615f02179dc5
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index 175491516fdc..e7ac950eb031 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=2.11.0
+pkgver=2.11.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=('6bafe9f99e7352a017f56b47178b35a2')
+md5sums=('2f90c002208c74888fe3615f02179dc5')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"