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 1851ef2b34b1..20b503f55bc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgname=bukubrow
pkgname=bukubrow-bin
-pkgver=5.3.0
-pkgrel=2
+pkgver=5.4.0
+pkgrel=1
pkgdesc="Host application for the Bukubrow WebExtension, precompiled"
url="https://github.com/samhh/bukubrow-host/"
provides=('bukubrow')
arch=('x86_64')
license=('GPL3')
source=("${url}/releases/download/v${pkgver}/bukubrow-linux-amd64")
-sha256sums=('e6618e3b0ee9f2e11f5a6e94ce138327267e7f5807274ca053b40c9d01b9f6f3')
+sha256sums=('132cf1c40da9f5dee6dcd3bae1ff9586add4275a64d87be4843c2c385b30bcac')
package() {
install -Dm755 "$srcdir/bukubrow-linux-amd64" "$pkgdir/usr/bin/$_pkgname"