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 70257f7f4d1c..a8b5da52fba7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = jbigkit-git
pkgdesc = Software implementation of the JBIG1 data compression standard (ITU-T T.82)
pkgver = 2.1.r15.g7d3c1be
- pkgrel = 1
+ pkgrel = 2
url = https://www.cl.cam.ac.uk/~mgk25/jbigkit/
arch = i686
arch = x86_64
license = GPL
makedepends = git
depends = glibc
- provides = jbigkit
+ provides = jbigkit=2.1.r15.g7d3c1be
conflicts = jbigkit
options = staticlibs
source = git+https://www.cl.cam.ac.uk/~mgk25/git/jbigkit
diff --git a/PKGBUILD b/PKGBUILD
index 8b7c4bf391de..637b38eb9da6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=jbigkit-git
pkgver=2.1.r15.g7d3c1be
-pkgrel=1
+pkgrel=2
pkgdesc="Software implementation of the JBIG1 data compression standard (ITU-T T.82)"
arch=('i686' 'x86_64')
url="https://www.cl.cam.ac.uk/~mgk25/jbigkit/"
license=('GPL')
depends=('glibc')
makedepends=('git')
-provides=('jbigkit')
+provides=("jbigkit=$pkgver")
conflicts=('jbigkit')
options=('staticlibs')
source=("git+https://www.cl.cam.ac.uk/~mgk25/git/jbigkit")