summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2019-05-22 23:01:33 +0200
committerlarchunix2019-05-22 23:01:33 +0200
commite8804ea444e94d09e39b14c356aac5ce12b782e7 (patch)
treed7d0e27a6c623dcecb3eff8040457d61dc12a2bf
parentf4ff4d20286afdb64950e28b946de921d30f51de (diff)
downloadaur-e8804ea444e94d09e39b14c356aac5ce12b782e7.tar.gz
Update to upstream release 2.5.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7374e76813e9..62446dfac1d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 2.4.0
+ pkgver = 2.5.0
pkgrel = 1
url = https://github.com/fedora-modularity/libmodulemd
arch = i686
@@ -13,8 +13,8 @@ pkgbase = libmodulemd
depends = glib2
depends = libyaml
optdepends = python-gobject: for python bindings
- source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.4.0/modulemd-2.4.0.tar.xz
- md5sums = bd9271295c7bee3995d80ededea169fa
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.5.0/modulemd-2.5.0.tar.xz
+ md5sums = 47179208c38126ae38752b0d616fbb1f
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index 39f2d51af7fc..3b94ff9b04ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=2.4.0
+pkgver=2.5.0
pkgrel=1
pkgdesc="C Library for manipulating module metadata files"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ depends=('glib2' 'libyaml')
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=('bd9271295c7bee3995d80ededea169fa')
+md5sums=('47179208c38126ae38752b0d616fbb1f')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"