diff options
-rw-r--r-- | community/gnome-menus/APKBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/community/gnome-menus/APKBUILD b/community/gnome-menus/APKBUILD index 1650b09832..35002089d2 100644 --- a/community/gnome-menus/APKBUILD +++ b/community/gnome-menus/APKBUILD @@ -1,6 +1,7 @@ +# Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=gnome-menus -pkgver=3.32.0 +pkgver=3.36.0 pkgrel=0 pkgdesc="Library for the Desktop Menu Specification" arch="all" @@ -8,7 +9,7 @@ url="https://gitlab.gnome.org/GNOME/gnome-menus" license="GPL-2.0-or-later AND LGPL-2.0-or-later" makedepends="gobject-introspection intltool glib-dev" subpackages="$pkgname-dev $pkgname-lang" -source="http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" +source="http://ftp.gnome.org/pub/gnome/sources/gnome-menus/${pkgver%.*}/gnome-menus-$pkgver.tar.xz" options="!check" # No test suite build() { @@ -23,4 +24,4 @@ build() { package() { make DESTDIR="$pkgdir" install } -sha512sums="8a429e092b1e4a1a794473d7cae611684321e797792e1063911ddcbb496140033838b348bc209b4c0566a13233cfa1144cae7a188a483abf34c5af6feb44a884 gnome-menus-3.32.0.tar.xz" +sha512sums="e830e66639c2b6aebecf572188208d33b1515270e69af3f2c6f7a640d305a7b9c2bce10e5f520b3da1dea681b194fd14c551468ea5747aa333e649b5c46774e4 gnome-menus-3.36.0.tar.xz" |