summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjohn johnstone2023-01-10 12:57:05 +0000
committerjohn johnstone2023-01-10 12:57:05 +0000
commitbee73a3dd427cbc7722f8e155aa8d18746e35cb1 (patch)
treef6417edca01bc42d7ac6bea78f0964210c854e89
parente475ac4051005ecbc3eb28b6608072aa69cb1ec6 (diff)
downloadaur-bee73a3dd427cbc7722f8e155aa8d18746e35cb1.tar.gz
fix source and url
dave has moved his repos again!
-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)"