summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4f0de515a7a6..e80948ce9f48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
pkgname=kopia
pkgdesc='A cross-platform backup-tool with encryption, deduplication, compression and cloud support.'
-pkgver=0.15.0
+pkgver=0.16.0
pkgrel=1
arch=('x86_64')
url='https://kopia.io'
-license=('APACHE')
+license=('Apache-2.0')
+depends=('glibc')
makedepends=('go')
checkdepends=('openssh' 'inetutils')
source=("$pkgname-$pkgver.tar.gz::https://github.com/kopia/kopia/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('7000f6999ea8d1975645293c3f4f3ba25583ba13d3095aef3cf274251b36b75f')
+sha256sums=('394f0483807a10c249cc7e185ef7bfdfbbda4bf1c03e3e171896a1f7842c7eed')
build() {
cd $pkgname-$pkgver