summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2018-09-18 23:48:13 +0200
committerlarchunix2018-09-18 23:48:13 +0200
commitcdcd3a9222820b33104a0c08cdc3b725426c3d4c (patch)
treec34f9f8a543a88b359492323d96ae13aacc6a5e9
parent57b3ec3269422c78123c975c9515823677e147ae (diff)
downloadaur-cdcd3a9222820b33104a0c08cdc3b725426c3d4c.tar.gz
Update to upstream release 1.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 95b0252b126b..deb45b87a4b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 1.6.3
+ pkgver = 1.6.4
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.6.3/modulemd-1.6.3.tar.xz
- md5sums = b0869f5710d0a2a76263680015b00c19
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-1.6.4/modulemd-1.6.4.tar.xz
+ md5sums = 2df1ca0493223609f30de549a239f3c5
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index 7f1fc60f8514..873de7f9cb5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=1.6.3
+pkgver=1.6.4
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=('b0869f5710d0a2a76263680015b00c19')
+md5sums=('2df1ca0493223609f30de549a239f3c5')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"