summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a5b7ee061e9c..b209095ae353 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=xdgmenumaker
pkgver=1.6
-pkgrel=1
+pkgrel=2
pkgdesc="A command line tool that generates XDG menus for several window managers"
url="https://github.com/gapan/$pkgname"
arch=('any')
license=('GPL3')
-depends=('pygobject-devel' 'gobject-introspection' 'python-gobject' 'python-xdg')
+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")
-sha512sums=('d4715378c198a5f6fe558fbbfdce0cf87485330683aa41075cc42d06fa910472b94e5ffb4a88ff5797a80c126010693855c80c10d9bc06d93286650a0d416448')
+md5sums=('4194aaa4074d938a54d0c9c853c0b4e1')
build() {
cd "$pkgname-$pkgver"