summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6379191d97e..982878efbf4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
pkgname=swaylock-blur-bin
_pkgname=${pkgname%-bin}
pkgver=0.2.1
-pkgrel=2
+pkgrel=3
pkgdesc="A small Rust program that runs swaylock and sets the image to a blurred screenshot of the desktop"
arch=("x86_64")
-url="https://github.com/cjbassi/gotop"
+url="https://github.com/cjbassi/${_pkgname}"
license=("MIT")
depends=("swaylock" "imagemagick" "grim" "sway")
provides=(${_pkgname})
conflicts=(${_pkgname})
-source=("https://github.com/cjbassi/${_pkgname}/releases/download/${pkgver}/${_pkgname}-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
+source=("${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
sha256sums=("a31b566ad07ef4728b2a2d5f8f1a66a7f907a6791496ac17249a32d72fa34411")
package() {