summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 18b7d0cfa7bb..02c1761aebe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,11 @@
+# Maintainer: Emilio Reggi <nag@mailbox.org>
# Maintainer: Morten Linderud <morten@linderud.pw>
# Contributor: Alad Wenter <https://wiki.archlinux.org/index.php/Special:EmailUser/Alad>
pkgname=dmenu-extended-git
_pkgname=dmenu-extended
-pkgver=r280.4f0395f
+_source=https://github.com/markjones112358/dmenu-extended.git
+pkgver=r358.16bde81
pkgrel=1
pkgdesc='An extension to dmenu for quickly opening files and folders.'
url='https://github.com/markjones112358/dmenu-extended'
@@ -13,7 +15,7 @@ depends=('python' 'dmenu')
makedepends=('git')
provides=('dmenu-extended')
conflicts=('dmenu-extended')
-source=("git+https://github.com/markjones112358/dmenu-extended.git")
+source=("${_pkgname}"::"git+${_source}")
sha256sums=('SKIP')
pkgver() {