summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAngelo Geulin2021-05-27 13:25:00 +0800
committerAngelo Geulin2021-05-27 13:25:00 +0800
commita8655b3887cf294a38800d386f06c8d7ab8278e9 (patch)
tree8b6da689152db23571227f89e020d574d2603dc4
parent7eaaba6c5c4aa6561fccb8e766f3969693d3e6c1 (diff)
downloadaur-a8655b3887cf294a38800d386f06c8d7ab8278e9.tar.gz
Update upstream URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6bb5ef2fab3b..ef076689bdec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dmenu2
pkgdesc = Fork of dmenu with many useful patches applied and additional options like screen select, dim or opacity change
pkgver = 0.2.1
pkgrel = 1
- url = https://bitbucket.org/melek/dmenu2
+ url = https://github.com/spcmd/dmenu2
arch = i686
arch = x86_64
license = GPL
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() {