summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée2024-01-31 12:45:21 +0100
committerMattias Andrée2024-01-31 12:45:21 +0100
commitd5fa2591cfd9c6f2269cfc7f1198dcbd571b9a79 (patch)
tree346c9334eadfb53f207e29e578f5f6ccfc7d794d
parente297581296e0e0505cfbe1efd2994c798fb24d86 (diff)
downloadaur-bookshelf.tar.gz
Update package release to 1-2
-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')