summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorambiso2021-03-25 20:44:18 +0100
committerambiso2021-03-25 20:44:18 +0100
commit2505347aaf112e01afd3736748242ce377dc117c (patch)
tree3752fafa41691d29ff8f20a416289633d07c9d78 /PKGBUILD
parent3e9237c8849413b2e2f694dea7e12cbed01e092c (diff)
downloadaur-2505347aaf112e01afd3736748242ce377dc117c.tar.gz
Update to 3.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e717ef7db15..0ce8a87781ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: Philipp Claßen <philipp.classen@posteo.de>
pkgname=buckaroo
-pkgver=2.2.0
+pkgver=3.0.2
pkgrel=1
pkgdesc="A C++ package manager"
arch=('x86_64')
url="https://github.com/LoopPerfect/buckaroo"
license=('MIT')
-depends=('buck')
options=(!strip)
source=("https://github.com/LoopPerfect/buckaroo/releases/download/v${pkgver}/buckaroo-linux")
-sha256sums=('23f9a4145a3e51f1205a4b265374c548fc4a4e9156e5121285f5c5bdb4d3228c')
+sha256sums=('bcdb6e07bc3d9e2f84f1eb100c7bc9fa630f770eb230aa4f4b772c1b1492dcde')
package() {
# Make telemetry an opt-in feature
@@ -19,4 +18,4 @@ package() {
# Install the binary
install -Dm755 buckaroo-linux "${pkgdir}/usr/bin/buckaroo"
-} \ No newline at end of file
+}