Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
lsix
Commits:
2b1f101a by Christian Hesse at 2024-09-13T15:18:42+02:00
upgpkg: 1.9.1-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = lsix
pkgdesc = Like ls, but for images, shows thumbnails in terminal using
sixel graphics
- pkgver = 1.8.2
- pkgrel = 3
+ pkgver = 1.9.1
+ pkgrel = 1
url = https://github.com/hackerb9/lsix
arch = any
license = GPL-3.0-or-later
depends = imagemagick
depends = ttf-dejavu
- source =
lsix-1.8.2.tar.gz::https://github.com/hackerb9/lsix/archive/refs/tags/1.8.2.tar.gz
- sha256sums =
79bf81bd66747a9fab1692c52dcda004fe500fbae118dc0a6bdbc6d6aefa20c1
+ source =
lsix-1.9.1.tar.gz::https://github.com/hackerb9/lsix/archive/refs/tags/1.9.1.tar.gz
+ sha256sums =
310e25389da13c19a0793adcea87f7bc9aa8acc92d9534407c8fbd5227a0e05d
pkgname = lsix
=====================================
PKGBUILD
=====================================
@@ -1,15 +1,15 @@
# Maintainer: Christian Hesse <[email protected]>
pkgname=lsix
-pkgver=1.8.2
-pkgrel=3
+pkgver=1.9.1
+pkgrel=1
pkgdesc='Like ls, but for images, shows thumbnails in terminal using sixel
graphics'
arch=('any')
url='https://github.com/hackerb9/lsix'
license=('GPL-3.0-or-later')
depends=('imagemagick' 'ttf-dejavu')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/hackerb9/lsix/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('79bf81bd66747a9fab1692c52dcda004fe500fbae118dc0a6bdbc6d6aefa20c1')
+sha256sums=('310e25389da13c19a0793adcea87f7bc9aa8acc92d9534407c8fbd5227a0e05d')
prepare() {
sed -i '/fontfamily=Dejavu-Sans/s|^#||' "${srcdir}/${pkgname}-${pkgver}"/lsix
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lsix/-/commit/2b1f101a68313a4c9203141730e149bcb3f51082
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/lsix/-/commit/2b1f101a68313a4c9203141730e149bcb3f51082
You're receiving this email because of your account on gitlab.archlinux.org.