summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristian Heusel2024-03-23 20:31:58 +0100
committerChristian Heusel2024-03-23 20:31:58 +0100
commit17952716aab0e45afe73cae60d0be10273990dd1 (patch)
treec0f053926a4d333c355116bcb2db7dd1b290d7d1 /PKGBUILD
parent555e66a82524e163714f5704f19ecb4628f95aba (diff)
downloadaur-17952716aab0e45afe73cae60d0be10273990dd1.tar.gz
upgpkg: kopia 0.16.0-1
upstream release
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