summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Bourgeois2016-11-26 01:26:06 +0100
committerQuentin Bourgeois2016-12-02 01:15:06 +0100
commit96b8b51e061708d229b5707c8ac53f3572d33d26 (patch)
treeaf00ba5770ec7dbc38f87f4bf116ad3ec58a5212
parent4bba5d085c94bc2e05a459c4ea0011e1bce5ba6a (diff)
downloadaur-96b8b51e061708d229b5707c8ac53f3572d33d26.tar.gz
<PKGBUILD: Remove the use of custom variable>
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a49b1f586d07..8181ed8f12dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,9 +4,8 @@
# 3.0 or 3.1 => how to do that ?
_pylibname=viivakoodi
pkgname=("python2-$_pylibname" "python-$_pylibname")
-_softver=0.8
pkgrel=0
-pkgver=$_softver.$pkgrel
+pkgver=0.8.$pkgrel
pkgdesc='Barcode generator for Python. Fork of pyBarcode project.'
arch=('x86_64')
url="https://github.com/kxepal/$_pylibname"