summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-03-18 21:52:06 +0200
committerJonian Guveli2018-03-18 21:52:06 +0200
commit412631511b217cdc89d5698d74a89fc00c2a667d (patch)
treec3e19b610d550a854e40cc7a95a91dd8b5a2552d
parent425e77db4b16450b077d6a18007950a1ec8cc689 (diff)
downloadaur-412631511b217cdc89d5698d74a89fc00c2a667d.tar.gz
version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7da755b66aa9..d5a75940b984 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = menulibre
pkgdesc = An advanced menu editor that provides modern features in a clean, easy-to-use interface. All without GNOME dependencies.
- pkgver = 2.1.5
+ pkgver = 2.2.0
pkgrel = 1
url = https://launchpad.net/menulibre
install = menulibre.install
@@ -16,8 +16,8 @@ pkgbase = menulibre
depends = python-psutil
depends = python-xdg
depends = xdg-utils
- source = menulibre-2.1.5::https://launchpad.net/menulibre/2.1/2.1.5/+download/menulibre-2.1.5.tar.gz
- md5sums = efc7edb49bb0e5fea49e158b40573334
+ source = menulibre-2.2.0::https://launchpad.net/menulibre/2.2/2.2.0/+download/menulibre-2.2.0.tar.gz
+ md5sums = 9690848dbf9196c3f7baa574e90378d8
pkgname = menulibre
diff --git a/PKGBUILD b/PKGBUILD
index 2f5093ab1a59..3985626ecc42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Ner0
pkgname=menulibre
-pkgver=2.1.5
+pkgver=2.2.0
pkgrel=1
pkgdesc='An advanced menu editor that provides modern features in a clean, easy-to-use interface. All without GNOME dependencies.'
arch=('any')
@@ -13,7 +13,7 @@ depends=('gdk-pixbuf2' 'gnome-menus' 'gsettings-desktop-schemas' 'gtksourceview3
makedepends=('python-distutils-extra')
install=menulibre.install
source=("$pkgname-$pkgver::https://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz")
-md5sums=('efc7edb49bb0e5fea49e158b40573334')
+md5sums=("9690848dbf9196c3f7baa574e90378d8")
package() {
cd $pkgname-$pkgver