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 bfe5859c8c49..ab0199f411f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = lbt
pkgdesc = Command-line tools for interacting with the LBRY network
pkgver = 3.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/gardenappl/lbt
arch = any
- license = GPL3
+ license = GPL-3.0-or-later
depends = jq
depends = curl
optdepends = lbrynet: install this unless you connect to a LBRY daemon on a separate machine
diff --git a/PKGBUILD b/PKGBUILD
index 2a95b971205e..a6d303f879f1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=lbt
_author=gardenappl
pkgver=3.0.1
-pkgrel=1
+pkgrel=2
pkgdesc='Command-line tools for interacting with the LBRY network'
arch=('any')
url='https://gitlab.com/gardenappl/lbt'
-license=('GPL3')
+license=('GPL-3.0-or-later')
optdepends=('lbrynet: install this unless you connect to a LBRY daemon on a separate machine')
depends=('jq' 'curl')
source=("https://gitlab.com/$_author/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")