summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoshless2021-06-13 15:00:20 +0200
committerRoshless2021-06-13 15:00:20 +0200
commit03f0e15cb244347ddf9917af838db3dba5641c3e (patch)
tree11ac0150de4b22fb4a6ed702478cd9cd38ea74a6 /PKGBUILD
parentfe94dd88a185bc938428e7e4fc76121bcee571af (diff)
downloadaur-kineto-git.tar.gz
upgpkg: kineto-git r21.988a00f-1
fix arch and dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 645bcb8119c3..d6ed24970ba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
# Maintainer: Roshless <pkg@roshless.com>
pkgname=kineto-git
-pkgver=r6.1074d43
+pkgver=r21.988a00f
pkgrel=1
pkgdesc='An HTTP to Gemini proxy'
url='https://git.sr.ht/~sircmpwn/kineto'
-arch=('any')
+arch=('x86_64' 'i686')
license=('GPL')
+depends=('glibc')
makedepends=('git' 'go')
source=("kineto-git::git+https://git.sr.ht/~sircmpwn/kineto")