summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2019-04-23 10:00:50 +0200
committerlarchunix2019-04-23 10:00:50 +0200
commit41a25874074fab5139cce87f4dce95c31001313a (patch)
tree3259402e0248e256c9221f45f5ec698a0113e097
parent80490275ae593a32d4b01d38d52e7635293ade5f (diff)
downloadaur-41a25874074fab5139cce87f4dce95c31001313a.tar.gz
Update to upstream release 2.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a625a205801c..391bf239f9ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 2.2.3
+ pkgver = 2.3.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.2.3/modulemd-2.2.3.tar.xz
- md5sums = d73acb021735c32431f68ed56146499d
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.3.0/modulemd-2.3.0.tar.xz
+ md5sums = 7c8ec6440a1cf002f28853bb373fd2c3
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index 62d032386a2b..da18d7476c92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=2.2.3
+pkgver=2.3.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=('d73acb021735c32431f68ed56146499d')
+md5sums=('7c8ec6440a1cf002f28853bb373fd2c3')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"