summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi2019-06-05 18:14:45 -0700
committerCaleb Bassi2019-06-05 18:14:45 -0700
commit0124a171297140e5d2ad2e4b6002c6e014839c9b (patch)
tree1c7d723b21b1d318fad562c1b67cef8f27b1ebad
parentdcc5a3fa55fc65f61fa167fba5732ca375b5a4aa (diff)
downloadaur-swaylock-blur-bin.tar.gz
0.3.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0e554c3d2fe..152016844d19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.3.0
+ pkgver = 0.3.1
pkgrel = 1
url = https://github.com/cjbassi/swaylock-blur
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = swaylock-blur-bin
depends = sway
provides = swaylock-blur
conflicts = swaylock-blur
- source = https://github.com/cjbassi/swaylock-blur/releases/download/0.3.0/swaylock-blur-0.3.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 92d9a83275d7074e93521d786fc4e024c64e6f6437dbf1fd5fe2e6a28e83ca9a
+ source = https://github.com/cjbassi/swaylock-blur/releases/download/0.3.1/swaylock-blur-0.3.1-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 7c36d91d2f5a050e8b37f047304280d14c3c0c0c49455e08568bd2ee10bd8ff4
pkgname = swaylock-blur-bin
diff --git a/PKGBUILD b/PKGBUILD
index 20a96a7ea62e..1f184ca6788e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=swaylock-blur-bin
_pkgname=${pkgname%-bin}
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=1
pkgdesc="A small Rust program that runs swaylock and sets the image to a blurred screenshot of the desktop"
arch=("x86_64")
@@ -12,7 +12,7 @@ depends=("swaylock" "ffmpeg" "grim" "sway")
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("${url}/releases/download/${pkgver}/${_pkgname}-${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=("92d9a83275d7074e93521d786fc4e024c64e6f6437dbf1fd5fe2e6a28e83ca9a")
+sha256sums=("7c36d91d2f5a050e8b37f047304280d14c3c0c0c49455e08568bd2ee10bd8ff4")
package() {
install -Dm755 "${srcdir}/${_pkgname}" "${pkgdir}/usr/bin/${_pkgname}"