summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkitsunyan2018-04-10 04:58:00 +0300
committerkitsunyan2018-04-10 04:58:00 +0300
commitbdc9eae538c7212711aaf577ffa9d6256faceca2 (patch)
treef3227f642e5952105292ceef31457cf002538c9e /PKGBUILD
parent1ff89a1e761031df7f781cdb43f780dbe12aa31d (diff)
downloadaur-bdc9eae538c7212711aaf577ffa9d6256faceca2.tar.gz
upgpkg: pakku 0.7-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f174c8262534..93175c86f20d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kitsunyan <kitsunyan@inbox.ru>
pkgname=pakku
-pkgver=0.6
+pkgver=0.7
pkgrel=1
pkgdesc='Pacman wrapper with AUR support'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('libcurl.so' 'git')
makedepends=('nim')
backup=('etc/pakku.conf')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('9e281d7ad5e70f060decdeeddccdc5ce3b632b48109d2197795b6f860451c07d')
+sha256sums=('15a25c47660ba847879d04923af0f7442a6379cab4c8c6c230b3f09c072ae4b2')
build() {
local addargs=()