Package Details: python-zbarlight 1.0.2-1

Git Clone URL: https://aur.archlinux.org/python-zbarlight.git (read-only, click to copy)
Package Base: python-zbarlight
Description: A simple wrapper for zbar
Upstream URL: https://github.com/Polyconseil/zbarlight
Licenses: MIT
Submitter: bil-elmoussaoui
Maintainer: bil-elmoussaoui
Last Packager: bil-elmoussaoui
Votes: 1
Popularity: 0.000000
First Submitted: 2016-06-19 13:44 (UTC)
Last Updated: 2016-11-10 00:30 (UTC)

Latest Comments

gbc921 commented on 2022-05-18 15:13 (UTC)

Hi, I have update the PKGBUILD, making it compile again:

# Maintainer: ELmoussaoui Bilal <bil.elmoussaoui@gmail.com>

pkgname=python-zbarlight
_pkgname=zbarlight
pkgver=3.0
pkgrel=1
pkgdesc='A simple wrapper for zbar'
arch=(any)
url=https://github.com/Polyconseil/zbarlight
license=('MIT')
depends=(zbar)
makedepends=(python-setuptools unzip)
source=(https://github.com/Polyconseil/${_pkgname}/archive/${pkgver}.tar.gz)
sha512sums=('1a712ddc8734a2285b9c8ae594ded28174d905b28177e01f70804bc433caef2931bf06447ce8c4eaaa6112650ad88bf298b0b6f2993484f0026cd066f671be85')

build() {
  cd ${srcdir}/${_pkgname}-${pkgver}
  python setup.py build
}

package() {
  cd ${srcdir}/${_pkgname}-${pkgver}
  python setup.py install --root=${pkgdir} --optimize=1
}

bil-elmoussaoui commented on 2016-11-10 00:31 (UTC)

Updated to 1.0.2

bil-elmoussaoui commented on 2016-07-03 23:40 (UTC)

@emersion, fixed that! thanks

emersion commented on 2016-06-30 20:14 (UTC)

Why does it depend on zbar? It should depend on zbar-headless instead, because zbar installs both gtk and qt4.