summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Cherchi2022-07-15 10:47:07 +0200
committerFrancesco Cherchi2022-07-15 10:47:07 +0200
commitae53894d3b5899a9cb982523c1af0ac9b7251972 (patch)
tree89a61453e5558a2ddd84573a6e7c299ace666af1
parent6475d90f18c4a0af780d2b24a41fd789bbe4e8ce (diff)
downloadaur-xdgmenumaker.tar.gz
update to 2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc2da2dcc03e..ea0e9b05d3cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xdgmenumaker
pkgdesc = A command line tool that generates XDG menus for several window managers
- pkgver = 1.6
- pkgrel = 2
+ pkgver = 2.0
+ pkgrel = 1
url = https://github.com/gapan/xdgmenumaker
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = xdgmenumaker
depends = gtk3
optdepends = txt2tags: for manpages
optdepends = python-pillow: for restricting icon size
- source = xdgmenumaker-1.6::https://github.com/gapan/xdgmenumaker/archive/1.6.tar.gz
- md5sums = 4194aaa4074d938a54d0c9c853c0b4e1
+ source = xdgmenumaker-2.0::https://github.com/gapan/xdgmenumaker/archive/2.0.tar.gz
+ md5sums = ee9111404d96e0ec086db69fbf0ae48f
pkgname = xdgmenumaker
diff --git a/PKGBUILD b/PKGBUILD
index b209095ae353..114e9548ab3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
pkgname=xdgmenumaker
-pkgver=1.6
-pkgrel=2
+pkgver=2.0
+pkgrel=1
pkgdesc="A command line tool that generates XDG menus for several window managers"
-url="https://github.com/gapan/$pkgname"
+url="https://github.com/gapan/${pkgname}"
arch=('any')
license=('GPL3')
depends=('python-pyxdg' 'python-gobject' 'gtk3')
optdepends=('txt2tags: for manpages' 'python-pillow: for restricting icon size')
-source=("${pkgname}-${pkgver}::https://github.com/gapan/${pkgname}/archive/${pkgver}.tar.gz")
-md5sums=('4194aaa4074d938a54d0c9c853c0b4e1')
+source=("${pkgname}-${pkgver}::${url}/archive/${pkgver}.tar.gz")
+md5sums=('ee9111404d96e0ec086db69fbf0ae48f')
build() {
cd "$pkgname-$pkgver"