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 608c185c7870..c9246e86a614 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qrencode-git
pkgdesc = A fast and compact QR Code encoding library
- pkgver = 4.1.0.r0.g0f6149e
+ pkgver = 4.1.1.r0.g715e29f
pkgrel = 1
url = https://fukuchi.org/works/qrencode/
arch = i686
@@ -10,10 +10,9 @@ pkgbase = qrencode-git
makedepends = sdl
depends = glibc
depends = libpng
- provides = qrencode
+ provides = qrencode=4.1.1.r0.g715e29f
conflicts = qrencode
source = git+https://github.com/fukuchi/libqrencode.git
sha256sums = SKIP
pkgname = qrencode-git
-
diff --git a/PKGBUILD b/PKGBUILD
index bb82fd8ca629..877a7659ba45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=qrencode-git
-pkgver=4.1.0.r0.g0f6149e
+pkgver=4.1.1.r0.g715e29f
pkgrel=1
pkgdesc="A fast and compact QR Code encoding library"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://fukuchi.org/works/qrencode/"
license=('LGPL')
depends=('glibc' 'libpng')
makedepends=('git' 'sdl')
-provides=('qrencode')
+provides=("qrencode=$pkgver")
conflicts=('qrencode')
source=("git+https://github.com/fukuchi/libqrencode.git")
sha256sums=('SKIP')