summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Cherchi2020-10-17 11:59:50 +0200
committerFrancesco Cherchi2020-10-17 11:59:50 +0200
commit503ca79beda7eaa9f7754d1f48d498d5e48a3b27 (patch)
tree40af21dd6f93beaa7e033a1fa63f5759d1a83014
parent84f9c17294aeb6accbb80bb4c3b93656c123d376 (diff)
downloadaur-503ca79beda7eaa9f7754d1f48d498d5e48a3b27.tar.gz
update to 1.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 579b2f79e00f..548281d00647 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = xdgmenumaker
pkgdesc = A command line tool that generates XDG menus for several window managers
- pkgver = 1.5
+ pkgver = 1.6
pkgrel = 1
url = https://github.com/gapan/xdgmenumaker
arch = any
license = GPL3
- depends = pygtk
depends = pygobject-devel
depends = gobject-introspection
depends = python-gobject
depends = python-xdg
optdepends = txt2tags: for manpages
- source = https://github.com/gapan/xdgmenumaker/archive/1.5.tar.gz
- sha512sums = fc7d0557da6b23315c8396d388bce6deb85ed76c3ec42f73ae0dc1a5d6a35ecb79015807c136fde4648256a7171c0242f392ebe51b225f7a276d50aaf00586f6
+ optdepends = python-pillow: for restricting icon size
+ source = xdgmenumaker-1.6::https://github.com/gapan/xdgmenumaker/archive/1.6.tar.gz
+ sha512sums = d4715378c198a5f6fe558fbbfdce0cf87485330683aa41075cc42d06fa910472b94e5ffb4a88ff5797a80c126010693855c80c10d9bc06d93286650a0d416448
pkgname = xdgmenumaker
diff --git a/PKGBUILD b/PKGBUILD
index 000bf8d28376..a5b7ee061e9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
# Contributor: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697
pkgname=xdgmenumaker
-pkgver=1.5
+pkgver=1.6
pkgrel=1
pkgdesc="A command line tool that generates XDG menus for several window managers"
url="https://github.com/gapan/$pkgname"
arch=('any')
license=('GPL3')
-depends=('pygtk' 'pygobject-devel' 'gobject-introspection' 'python-gobject' 'python-xdg')
-optdepends=('txt2tags: for manpages')
-source=("https://github.com/gapan/${pkgname}/archive/${pkgver}.tar.gz")
-sha512sums=('fc7d0557da6b23315c8396d388bce6deb85ed76c3ec42f73ae0dc1a5d6a35ecb79015807c136fde4648256a7171c0242f392ebe51b225f7a276d50aaf00586f6')
+depends=('pygobject-devel' 'gobject-introspection' 'python-gobject' 'python-xdg')
+optdepends=('txt2tags: for manpages' 'python-pillow: for restricting icon size')
+source=("${pkgname}-${pkgver}::https://github.com/gapan/${pkgname}/archive/${pkgver}.tar.gz")
+sha512sums=('d4715378c198a5f6fe558fbbfdce0cf87485330683aa41075cc42d06fa910472b94e5ffb4a88ff5797a80c126010693855c80c10d9bc06d93286650a0d416448')
build() {
cd "$pkgname-$pkgver"