summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2021-01-15 13:20:07 +0100
committerlarchunix2021-01-15 13:20:07 +0100
commitbbd6eb94216476b52e1762a6071afe61478f4650 (patch)
treef11717b8a1a8b916cb28c92cc06317be2ad4b396
parent0fdbf4d5536b0631d50b6113f6617d7edc8f2b71 (diff)
downloadaur-bbd6eb94216476b52e1762a6071afe61478f4650.tar.gz
Update to upstream release 2.12.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cddbf17d772f..03c3fde27a35 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 2.11.2
+ pkgver = 2.12.0
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.2/modulemd-2.11.2.tar.xz
- md5sums = ef0c8fafbcd7af5ef73f428b379ee040
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.12.0/modulemd-2.12.0.tar.xz
+ md5sums = e0b77248ee9d786d6d226492805d2cf2
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index ccf61bfe6f18..169b7bb62318 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=2.11.2
+pkgver=2.12.0
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=('ef0c8fafbcd7af5ef73f428b379ee040')
+md5sums=('e0b77248ee9d786d6d226492805d2cf2')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"