diff options
author | Rasmus Thomsen <oss@cogitri.dev> | 2019-09-10 23:19:44 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-11 09:26:37 -0300 |
commit | c8b0fcf7ef7bc25c29a1a16535523109f158a085 (patch) | |
tree | da5109d72a8a9f4f501265b7c5d5a9a156ee6e1f /testing/dconf-editor | |
parent | 3452b3b36177417eb33e428be58922fce59e408b (diff) | |
download | aports-c8b0fcf7ef7bc25c29a1a16535523109f158a085.tar.bz2 aports-c8b0fcf7ef7bc25c29a1a16535523109f158a085.tar.xz |
testing/dconf-editor: upgrade to 3.34.1
Diffstat (limited to 'testing/dconf-editor')
-rw-r--r-- | testing/dconf-editor/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/dconf-editor/APKBUILD b/testing/dconf-editor/APKBUILD index 968413d61b..57daabdf2f 100644 --- a/testing/dconf-editor/APKBUILD +++ b/testing/dconf-editor/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=dconf-editor -pkgver=3.32.0 +pkgver=3.34.1 pkgrel=0 pkgdesc="Dconf Editor is a viewer and editor of applications internal settings" url="https://wiki.gnome.org/Apps/DconfEditor" @@ -9,7 +9,7 @@ arch="all" license="GPL-3.0-or-later" makedepends="meson vala dconf-dev glib-dev gtk+3.0-dev" subpackages="$pkgname-lang $pkgname-doc" -source="https://download.gnome.org/sources/dconf-editor/${pkgver%.*}/dconf-editor-${pkgver}.tar.xz" +source="https://download.gnome.org/sources/dconf-editor/${pkgver%.*}/dconf-editor-$pkgver.tar.xz" build() { meson \ @@ -30,4 +30,4 @@ package() { DESTDIR="$pkgdir" ninja -C output install } -sha512sums="72127bd10598d6159043737b2ca754a296c4743f703bea7660fb9d02cc94467606b5c3058365a395e045e5be6cd76b40068c8f65c5c12f8d2fa08a6ea8b9dd3c dconf-editor-3.32.0.tar.xz" +sha512sums="cd8791e570b20950d4189b1aa25f29e9963c1a899fbe945c3f10d9ce7f84e6a2120d5ce7382337849e1775b8a35fcf8aac2cc8be4ede27b934f9a57245c8f7e7 dconf-editor-3.34.1.tar.xz" |