summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorquantulr2021-04-18 00:25:59 +0800
committerquantulr2021-04-18 00:25:59 +0800
commit2b78d1167c1a46f16de966bb40425cbdb6a2abba (patch)
treece3db4948d8c1ec5e888d9df9b2dd912dd44b983 /PKGBUILD
parent5073f5740653773a00be7cbb4f314d3e57bcfcca (diff)
downloadaur-2b78d1167c1a46f16de966bb40425cbdb6a2abba.tar.gz
update to v0.1.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8dd48e536aa3..56439e614118 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=gossa
pkgdesc="a fast and simple multimedia fileserver"
-pkgver=0.1.7.1
+pkgver=0.1.8.0
pkgrel=1
arch=('x86_64' 'armv7h' 'aarch64')
license=('MIT')
url='https://github.com/pldubouilh/gossa'
provides=('gossa')
conflicts=('gossa-bin')
+depends=('glibc')
makedepends=('git' 'go')
source=("${pkgname}-${pkgver}::git+https://github.com/pldubouilh/gossa#tag=v${pkgver}")
sha256sums=('SKIP')