summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Geulin2020-09-18 14:00:51 +0800
committerAngelo Geulin2020-09-18 14:00:51 +0800
commit7eaaba6c5c4aa6561fccb8e766f3969693d3e6c1 (patch)
treea40c9ce7d38556049b37f2ff2265542ce6fe695f /PKGBUILD
parent25f54185817f623179268f5c2f0c5ebcb1243c42 (diff)
downloadaur-7eaaba6c5c4aa6561fccb8e766f3969693d3e6c1.tar.gz
Use sources by spcmd on GitHub
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 44dc928980e3..acd9c5934019 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Maintainer: MichaƂ Lemke <lemke.michal@gmail.com>
pkgname=dmenu2
-pkgver=0.2
-pkgrel=2
+pkgver=0.2.1
+pkgrel=1
pkgdesc="Fork of dmenu with many useful patches applied and additional options like screen select, dim or opacity change"
url="https://bitbucket.org/melek/dmenu2"
arch=('i686' 'x86_64')
@@ -13,8 +13,8 @@ license=('GPL')
depends=('libxinerama' 'libxft')
provides=(dmenu)
conflicts=(dmenu)
-source=(https://github.com/arvl130/dmenu2/releases/download/v$pkgver/dmenu2-$pkgver.tar.gz)
-md5sums=('bc694c8b9fa3b8f6e7be8046d46e5bc5')
+source=(https://github.com/spcmd/dmenu2/raw/master/dmenu2-$pkgver.tar.gz)
+sha256sums=('20f005ecfa36fd0757f0b2169503da199ac8fd165a3b023c6007da4e4a75169e')
build() {
cd "$srcdir/$pkgname-$pkgver"