summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2019-04-01 20:22:10 +0200
committerlarchunix2019-04-01 20:22:10 +0200
commit80490275ae593a32d4b01d38d52e7635293ade5f (patch)
treea9bc50112eb4d28f971f42996ca53ba155a1d83a
parent7e14b36b5671cc1f0f150ffec656d43c205429e9 (diff)
downloadaur-80490275ae593a32d4b01d38d52e7635293ade5f.tar.gz
Update to upstream release 2.2.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 6 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5bacfd08071d..a625a205801c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libmodulemd
pkgdesc = C Library for manipulating module metadata files
- pkgver = 2.2.2
+ pkgver = 2.2.3
pkgrel = 1
url = https://github.com/fedora-modularity/libmodulemd
arch = i686
@@ -13,10 +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.2/modulemd-2.2.2.tar.xz
- source = libmodulemd-2.2.2-disable-python2.patch::https://github.com/fedora-modularity/libmodulemd/pull/258.patch
- md5sums = 5591eaa539444d43e9d61c5f7315e943
- md5sums = cf09a032f530f9197f20174370d1d279
+ source = https://github.com/fedora-modularity/libmodulemd/releases/download/libmodulemd-2.2.3/modulemd-2.2.3.tar.xz
+ md5sums = d73acb021735c32431f68ed56146499d
pkgname = libmodulemd
diff --git a/PKGBUILD b/PKGBUILD
index b10ba8142401..62d032386a2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=libmodulemd
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc="C Library for manipulating module metadata files"
arch=('i686' 'x86_64')
@@ -8,18 +8,11 @@ license=('custom:MIT')
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"
- "$pkgname-2.2.2-disable-python2.patch::$url/pull/258.patch")
-md5sums=('5591eaa539444d43e9d61c5f7315e943'
- 'cf09a032f530f9197f20174370d1d279')
+source=("$url/releases/download/$pkgname-$pkgver/${pkgname#lib}-$pkgver.tar.xz")
+md5sums=('d73acb021735c32431f68ed56146499d')
prepare() {
mv "${pkgname#lib}-$pkgver" "$pkgname-$pkgver"
-
- cd "$pkgname-$pkgver"
-
- # Disable python2 stuff
- patch -p1 < "$srcdir/$pkgname-2.2.2-disable-python2.patch"
}
build() {