summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ebeabcd513f6..68934450867a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Daniel Rose <danielrose@member.fsf.org>
pkgname=swq-bin
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="Fetch and add Star Wars quotes (and GIFs!) from the CLI."
url="https://github.com/thecatster/swq-rs"
@@ -9,7 +9,7 @@ arch=("x86_64")
provides=("swq")
options=("strip")
source=("https://github.com/thecatster/swq-rs/releases/download/v$pkgver/swq-$pkgver-x86_64.tar.gz")
-sha256sums=("319005b6ae6e37c62b82665fb074c0d77862f6096cb6886a3e5928374c06e0c7")
+sha256sums=("82671521b2824e6d706ef9818a08fdc7f130dab0ed470cb0bed799617c288c7b")
package() {
install -Dm755 swq -t "$pkgdir/usr/bin/"