summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0737828ef901..d505edc4d949 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,11 @@
pkgbase = pakku-git
pkgdesc = Pacman wrapper with AUR support with latest changes from github repo
- pkgver = 0.14.r6.gb2321b0
+ pkgver = 0.14.r19.gf2a93be
pkgrel = 1
+ epoch = 1
url = https://github.com/zqqw/pakku
arch = x86_64
+ arch = aarch64
license = GPL3
makedepends = nim
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 8729aac09d2c..463728e6440f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=pakku-git
-pkgver=0.14.r6.gb2321b0
+pkgver=0.14.r19.gf2a93be
pkgrel=1
+epoch=1
pkgdesc='Pacman wrapper with AUR support with latest changes from github repo'
-arch=('x86_64')
+arch=('x86_64' 'aarch64')
url="https://github.com/zqqw/pakku"
license=('GPL3')
depends=('libcurl.so' 'git')