summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1a0844eda61d..871cc315b524 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = litestream
pkgdesc = Streaming S3 replication for SQLite.
pkgver = 0.3.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/benbjohnson/litestream
arch = x86_64
- license = GPL
+ license = Apache
makedepends = go
depends = glibc
optdepends = sqlite
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')