summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMicah Halter2019-02-28 08:45:57 -0500
committerMicah Halter2019-02-28 08:45:57 -0500
commitcba964682b1128229835074eceb29964b1658010 (patch)
tree55d899dea7a7d283d37d4937b66320c42ef077d4
parent9e7bd2755de88ef4308ae1c667df7974ec583db9 (diff)
downloadaur-cba964682b1128229835074eceb29964b1658010.tar.gz
Really fixed version number...
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8262400a64b..9f08b17a4f10 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-ueberzug-git
pkgdesc = ueberzug is an python script which aims to replace w3mimgdisplay
- pkgver = c5fe4bc
- pkgrel = 4
+ pkgver = 18.1.1.c5fe4bc
+ pkgrel = 1
url = https://github.com/seebye/ueberzug
arch = any
license = GPL3
@@ -15,7 +15,7 @@ pkgbase = python-ueberzug-git
depends = python-docopt
depends = python-psutil
depends = python-attrs
- provides = python-ueberzug=c5fe4bc
+ provides = python-ueberzug=18.1.1.c5fe4bc
conflicts = python-ueberzug
source = git+https://github.com/seebye/ueberzug.git#branch=master
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 145a727624d5..617ebe034bbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=ueberzug
pkgname=python-${_pkgname}-git
-pkgver=c5fe4bc
-pkgrel=4
+pkgver=18.1.1.c5fe4bc
+pkgrel=1
pkgdesc="ueberzug is an python script which aims to replace w3mimgdisplay"
arch=('any')
url="https://github.com/seebye/${_pkgname}"