summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorj-james2022-02-20 14:19:10 -0800
committerj-james2022-02-20 14:19:10 -0800
commit2303cebca3132b89c084d28b50af9d7bd01b7cc6 (patch)
treef9e6fee92f6ae3e82aa065294ec0a41f53f62e22 /PKGBUILD
parent6d33a41b37fbf09e08a6fd1c12a3b197e372996f (diff)
downloadaur-2303cebca3132b89c084d28b50af9d7bd01b7cc6.tar.gz
update to pakku 0.16
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33a918259ff9..9a5ee22bb022 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: j-james <jj@j-james.me>
pkgname=pakku
-pkgver=0.15
+pkgver=0.16
pkgrel=1
pkgdesc='Pacman wrapper and AUR helper with a pacman-like user interface'
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
@@ -12,7 +12,7 @@ depends=('libcurl.so' 'git')
makedepends=('nim' 'git' 'asciidoc')
backup=('etc/pakku.conf')
source=("$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('770f4344543d6072ff2b18a2c212a5c3e56e16f6c86ca4b9097eaadf54a26c73')
+sha256sums=('38338000ac436cbc1a1058b125db5e569170fabe1c48bac8bec8c539c982bae4')
build() {
local addargs=()