summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4e473a16dc8..45cbca1fe6af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = bookshelf
pkgdesc = Virtual bookshelf browser for the terminal
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/maandree/bookshelf
arch = any
- license = GPL3
+ license = GPL-3.0
makedepends = texinfo
makedepends = gzip
depends = bash
@@ -16,4 +16,3 @@ pkgbase = bookshelf
sha256sums = cfa0a9f1482533ccc0be068abd9deab716d966b837668dfdca0beba10dfa9493
pkgname = bookshelf
-
diff --git a/PKGBUILD b/PKGBUILD
index 31240567169d..59b19329da3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=bookshelf
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc='Virtual bookshelf browser for the terminal'
arch=(any)
url='https://github.com/maandree/bookshelf'
-license=(GPL3)
+license=(GPL-3.0)
depends=(bash grep coreutils)
optdepends=('jfbview: default document viewer under TTY'
'xpdf: default document viewer under X')