summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortytan6522024-02-20 11:04:08 +0100
committertytan6522024-02-20 11:04:08 +0100
commit26bedecdf2e3dbc58902262b6d483eb2a69bce21 (patch)
treecf05ddee45e757f1fd63a17f61479b5ef2d01c55
parentb964fffb3c8252055205d9e87259239bdb4e437e (diff)
downloadaur-zbar-git.tar.gz
chore: Update license identifier and misc
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD14
2 files changed, 16 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 640728250406..4f50967b44a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = zbar-git
pkgdesc = Application and library for reading bar codes from various sources
- pkgver = 0.23.92.r22.g4e0f618
+ pkgver = 0.23.93.r2.ga549566
pkgrel = 1
url = https://github.com/mchehab/zbar
arch = i686
@@ -8,16 +8,18 @@ pkgbase = zbar-git
arch = armv6h
arch = armv7h
arch = aarch64
- license = LGPL
+ license = LGPL-2.1-or-later
+ makedepends = git
makedepends = gtk3
makedepends = qt5-x11extras
makedepends = python
makedepends = xmlto
makedepends = docbook-xsl
makedepends = gobject-introspection
+ depends = glibc
+ depends = gcc-libs
depends = dbus
depends = imagemagick
- depends = libsm
depends = libxv
depends = v4l-utils
optdepends = gtk3: for zbar-gtk
@@ -27,8 +29,11 @@ pkgbase = zbar-git
provides = zbar-gtk
provides = zbar-qt
provides = python-zbar
+ conflicts = zbar
+ conflicts = zbar-gtk
+ conflicts = zbar-qt
+ conflicts = python-zbar
source = zbar-git::git+https://github.com/mchehab/zbar.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = zbar-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2c3d4ba89440..60a8db1e64f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,21 @@
# Maintainer: tytan652 <tytan652@tytanium.xyz>
pkgname=zbar-git
-pkgver=0.23.92.r22.g4e0f618
+pkgver=0.23.93.r2.ga549566
pkgrel=1
pkgdesc="Application and library for reading bar codes from various sources"
arch=('i686' 'x86_64' 'armv6h' 'armv7h' 'aarch64')
url="https://github.com/mchehab/zbar"
-license=('LGPL')
-depends=('dbus' 'imagemagick' 'libsm' 'libxv' 'v4l-utils')
-makedepends=('gtk3' 'qt5-x11extras' 'python' 'xmlto' 'docbook-xsl' 'gobject-introspection')
+license=(LGPL-2.1-or-later)
+depends=('glibc' 'gcc-libs' 'dbus' 'imagemagick' 'libxv' 'v4l-utils')
+makedepends=('git' 'gtk3' 'qt5-x11extras' 'python' 'xmlto' 'docbook-xsl' 'gobject-introspection')
optdepends=('gtk3: for zbar-gtk'
'qt5-x11extras: for zbar-qt'
'python: for zbar python bindings')
+conflicts=('zbar' 'zbar-gtk' 'zbar-qt' 'python-zbar')
provides=('zbar' 'zbar-gtk' 'zbar-qt' 'python-zbar')
source=("$pkgname"::'git+https://github.com/mchehab/zbar.git')
-md5sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$pkgname"
@@ -24,9 +25,6 @@ pkgver() {
prepare() {
cd "$srcdir/$pkgname"
autoreconf -vfi
-
- # Removed in Python 3.9. Ignored in Python 3.0+ anyway.
- sed -i '/tp_print/d' python/enum.c
}
build() {