summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitsunyan2018-03-25 02:35:09 +0300
committerkitsunyan2018-03-25 02:35:09 +0300
commit657e70e439d6d71f33e6c52676dd1ae8ffe231f5 (patch)
treec6b8773483dfdbaa07e655a95cfb754aa24c33dc
parent54044fb2a032c80d53d634fda163f118de3ee59e (diff)
downloadaur-657e70e439d6d71f33e6c52676dd1ae8ffe231f5.tar.gz
upgpkg: pakku 0.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb837a9ca618..2d1cd60381a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = pakku
pkgdesc = Pacman wrapper with AUR support
- pkgver = 0.3
+ pkgver = 0.4
pkgrel = 1
url = https://github.com/kitsunyan/pakku
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = pakku
depends = libcurl.so
depends = git
backup = etc/pakku.conf
- source = https://github.com/kitsunyan/pakku/releases/download/v0.3/pakku-0.3.tar.xz
- sha256sums = c8b9202aa869353b88f6f057cd60b96dcd4e388ebd478a2250eaa48cfd15fa82
+ source = https://github.com/kitsunyan/pakku/releases/download/v0.4/pakku-0.4.tar.xz
+ sha256sums = 76bad7f6826e2efeb99dc8ea160fcb76c09d791068112f693f29d30dec53912c
pkgname = pakku
diff --git a/PKGBUILD b/PKGBUILD
index 9a52bbf5cb67..bc6a4e5153ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: kitsunyan <kitsunyan@inbox.ru>
pkgname=pakku
-pkgver=0.3
+pkgver=0.4
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=('c8b9202aa869353b88f6f057cd60b96dcd4e388ebd478a2250eaa48cfd15fa82')
+sha256sums=('76bad7f6826e2efeb99dc8ea160fcb76c09d791068112f693f29d30dec53912c')
build() {
local addargs=()