summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2020-01-10 16:12:12 +0100
committerlarchunix2020-01-10 16:12:12 +0100
commitcbb7a28d84acecc60a9cb80b8943d206146dd13f (patch)
treead0d12b7cea7b8ad6ad0a4de36070902ae7b97c2
parenta7d2f3183ca7d6edf415f6521207edeef09f7012 (diff)
downloadaur-cbb7a28d84acecc60a9cb80b8943d206146dd13f.tar.gz
Update to upstream release 2.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94c6f1b19b6e..410e53335cbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 2.8.1
+ pkgver = 2.8.2
pkgrel = 1
url = https://github.com/fedora-modularity/libmodulemd
arch = i686
@@ -15,8 +15,8 @@ pkgbase = libmodulemd
depends = libyaml
depends = rpm-org
optdepends = python-gobject: for python bindings
- source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.8.1/modulemd-2.8.1.tar.xz
- md5sums = 969cddf3ebc88ffca67d7be20d03be2e
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.8.2/modulemd-2.8.2.tar.xz
+ md5sums = b4283c38d48485ca7b87e1024c3387a6
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index 407b312925be..cd0aa3a7f31f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=2.8.1
+pkgver=2.8.2
pkgrel=1
pkgdesc="C Library for manipulating module metadata files"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ depends=('file' 'glib2' 'libyaml' 'rpm-org')
makedepends=('gobject-introspection' 'gtk-doc' 'meson>=0.47' 'python-gobject')
optdepends=('python-gobject: for python bindings')
source=("$url/releases/download/$pkgname-$pkgver/${pkgname#lib}-$pkgver.tar.xz")
-md5sums=('969cddf3ebc88ffca67d7be20d03be2e')
+md5sums=('b4283c38d48485ca7b87e1024c3387a6')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"