summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwansing2021-11-09 21:36:12 +0100
committerwansing2021-11-09 21:36:12 +0100
commit102a5f392a7788b0820f71007322b7e92dce9b99 (patch)
tree48f477ddb599f1068ae77f8b2a4f7b614d683cde /PKGBUILD
parent2a2859fb09aefe3145ca384a8b5cecce4e9a8653 (diff)
downloadaur-102a5f392a7788b0820f71007322b7e92dce9b99.tar.gz
fix license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 50fa04826129..825c94888931 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Kasimir Wansing <kasimir at wansing dot org>
pkgname=litestream
pkgver=0.3.6
-pkgrel=1
+pkgrel=2
pkgdesc='Streaming S3 replication for SQLite.'
arch=('x86_64')
url='https://github.com/benbjohnson/litestream'
-license=('GPL')
+license=('Apache')
depends=('glibc')
makedepends=('go')
optdepends=('sqlite')