summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkitsunyan2019-12-20 08:04:18 +0300
committerkitsunyan2019-12-20 08:04:18 +0300
commit5e1b38e6f2a2f77db4aab15013953cbfa77a4269 (patch)
tree67a8decb6b82c64c324190a2c6de50f049218a5b
parente022a412a5e48074756e238ee70c8d13b47d372c (diff)
downloadaur-5e1b38e6f2a2f77db4aab15013953cbfa77a4269.tar.gz
upgpkg: pakku 0.14-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 727639939271..5e637ce8a810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = pakku
pkgdesc = Pacman wrapper with AUR support
- pkgver = 0.13
- pkgrel = 2
+ pkgver = 0.14
+ pkgrel = 1
url = https://github.com/kitsunyan/pakku
arch = i686
arch = x86_64
- arch = armv7h
arch = armv6h
+ arch = armv7h
arch = aarch64
license = GPL3
makedepends = nim
depends = libcurl.so
depends = git
backup = etc/pakku.conf
- source = https://github.com/kitsunyan/pakku/releases/download/v0.13/pakku-0.13.tar.xz
- sha256sums = 18bddc6e4936c71e41d867e7aec9f6c9b906aca883b26275b7e1f153b08b78b7
+ source = https://github.com/kitsunyan/pakku/releases/download/v0.14/pakku-0.14.tar.xz
+ sha256sums = 2e5e1db1651f3630a3a9f62d8341384c2d24c3573f2a2d0803d8e795990785c7
pkgname = pakku
diff --git a/PKGBUILD b/PKGBUILD
index 6f5e990af18c..4e63dc0474e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: kitsunyan <`echo a2l0c3VueWFuQGFpcm1haWwuY2MK | base64 -d`>
pkgname=pakku
-pkgver=0.13
-pkgrel=2
+pkgver=0.14
+pkgrel=1
pkgdesc='Pacman wrapper with AUR support'
-arch=('i686' 'x86_64' 'armv7h' 'armv6h' 'aarch64')
+arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/kitsunyan/$pkgname"
license=('GPL3')
depends=('libcurl.so' 'git')
makedepends=('nim')
backup=('etc/pakku.conf')
source=("$url/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('18bddc6e4936c71e41d867e7aec9f6c9b906aca883b26275b7e1f153b08b78b7')
+sha256sums=('2e5e1db1651f3630a3a9f62d8341384c2d24c3573f2a2d0803d8e795990785c7')
build() {
local addargs=()