summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4a1e86f21c6a..2e8e2f4d1fb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,15 +6,14 @@ pkgver=r23.9416add
pkgrel=1
pkgdesc="A plugin for rofi that emulates blezz behaviour."
arch=('i686' 'x86_64')
-url="https://gitcrate.org/qtools/blezz"
+url="https://github.com/davatorium/rofi-blezz"
license=('MIT')
depends=(rofi)
options=('!libtool')
makedepends=('git')
provides=('rofi-blezz')
-source=("git+https://gitcrate.org/qtools/rofi-blezz.git")
+source=("git+https://github.com/davatorium/rofi-blezz.git")
md5sums=('SKIP')
-
pkgver() {
cd "${_gitname}"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"