summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Aranguren2021-12-19 19:49:21 +1100
committerLuis Aranguren2021-12-19 19:49:21 +1100
commitf770590405866a69c70f802d5ff3fecf8d8907f0 (patch)
tree9a88708081f6e698ab769336a507dcd5edd244c0
parentd665a3de1ec28c3daa1b0df1450bd10b5efafeb3 (diff)
downloadaur-f770590405866a69c70f802d5ff3fecf8d8907f0.tar.gz
4.3.0.r17.gc7306a6, fixed version number, updated source
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c037568aa74e..041ac5a5e685 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = imv-git
pkgdesc = imv is a command line image viewer intended for use with tiling window managers, with Wayland and X11 support.
- pkgver = v4.1.0.r3.g04ef944
+ pkgver = 4.3.0.r17.gc7306a6
pkgrel = 1
url = https://github.com/eXeC64/imv
arch = x86_64
@@ -30,8 +30,7 @@ pkgbase = imv-git
provides = imv
conflicts = renameutils
conflicts = imv
- source = git+https://github.com/eXeC64/imv.git
+ source = git+https://git.sr.ht/~exec64/imv
sha1sums = SKIP
pkgname = imv-git
-
diff --git a/PKGBUILD b/PKGBUILD
index dfeb2b4696d9..3658feb40d85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Ainola
pkgname=imv-git
-pkgver=v4.1.0.r3.g04ef944
+pkgver=4.3.0.r17.gc7306a6
pkgrel=1
pkgdesc='imv is a command line image viewer intended for use with tiling window managers, with Wayland and X11 support.'
url="https://github.com/eXeC64/imv"
@@ -16,12 +16,12 @@ optdepends=(#wayland
'libtiff' 'libpng' 'libjpeg-turbo' 'librsvg' 'libnsgif')
provides=('imv')
conflicts=('renameutils' 'imv')
-source=("git+https://github.com/eXeC64/imv.git")
+source=("git+https://git.sr.ht/~exec64/imv")
sha1sums=('SKIP')
pkgver() {
cd imv
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {