summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2018-07-28 09:03:45 +0200
committerlarchunix2018-07-28 09:03:45 +0200
commit3d61a6423b25d9377c33e7d141b966a86e1e8478 (patch)
tree39af6f9e7ad06908b7c14128e5733570317ffeca
parent9060a230c3669a73b8d9b0217f652f9a0c79db43 (diff)
downloadaur-3d61a6423b25d9377c33e7d141b966a86e1e8478.tar.gz
Update to upstream release 1.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6835ca0161b..ca292b2b70e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 1.5.2
+ pkgver = 1.6.0
pkgrel = 1
url = https://github.com/fedora-modularity/libmodulemd
arch = i686
@@ -11,8 +11,8 @@ pkgbase = libmodulemd
makedepends = meson
depends = glib2
depends = libyaml
- source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-1.5.2/modulemd-1.5.2.tar.xz
- md5sums = 52d3e8d054dd6edbfcd68b988c8e9b12
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-1.6.0/modulemd-1.6.0.tar.xz
+ md5sums = 0b1fee4e76c251814f65c6a0d4b9a4ed
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index 3bb4c83db538..8a1d292d6762 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=1.5.2
+pkgver=1.6.0
pkgrel=1
pkgdesc="C Library for manipulating module metadata files"
arch=('i686' 'x86_64')
@@ -8,7 +8,7 @@ license=('custom:MIT')
depends=('glib2' 'libyaml')
makedepends=('gobject-introspection' 'gtk-doc' 'meson')
source=("$url/releases/download/$pkgname-$pkgver/${pkgname#lib}-$pkgver.tar.xz")
-md5sums=('52d3e8d054dd6edbfcd68b988c8e9b12')
+md5sums=('0b1fee4e76c251814f65c6a0d4b9a4ed')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"