summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAngelo Geulin2021-05-27 13:25:00 +0800
committerAngelo Geulin2021-05-27 13:25:00 +0800
commita8655b3887cf294a38800d386f06c8d7ab8278e9 (patch)
tree8b6da689152db23571227f89e020d574d2603dc4 /PKGBUILD
parent7eaaba6c5c4aa6561fccb8e766f3969693d3e6c1 (diff)
downloadaur-dmenu2.tar.gz
Update upstream URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index acd9c5934019..3fcc1a21fc0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgname=dmenu2
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"
+url="https://github.com/spcmd/dmenu2"
arch=('i686' 'x86_64')
license=('MIT')
license=('GPL')
depends=('libxinerama' 'libxft')
provides=(dmenu)
conflicts=(dmenu)
-source=(https://github.com/spcmd/dmenu2/raw/master/dmenu2-$pkgver.tar.gz)
+source=($url/raw/master/dmenu2-$pkgver.tar.gz)
sha256sums=('20f005ecfa36fd0757f0b2169503da199ac8fd165a3b023c6007da4e4a75169e')
build() {