summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2019-02-23 15:25:30 -0800
committerCaleb Bassi2019-02-23 15:25:34 -0800
commite2115e9d335f76fb5daa21c967e93df782a6f6bc (patch)
tree156f6350f3bea4e7f6190805d7a8d24a5d36dfe4
parenta50f9aace1ac68c4a821cf8ce097f43877f9fecf (diff)
downloadaur-e2115e9d335f76fb5daa21c967e93df782a6f6bc.tar.gz
Fix url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 366244bbded0..306aca35e26d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = swaylock-blur-bin
pkgdesc = A small Rust program that runs swaylock and sets the image to a blurred screenshot of the desktop
pkgver = 0.2.1
- pkgrel = 2
- url = https://github.com/cjbassi/gotop
+ pkgrel = 3
+ url = https://github.com/cjbassi/swaylock-blur
arch = x86_64
license = MIT
depends = swaylock
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() {