summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fa465dd12719..3ad76eb6a5f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: BrainDamage
pkgname="libsixel"
pkgrel=1
-stripped_ver="1.7.2"
+stripped_ver="1.7.3"
pkgver="v$stripped_ver"
pkgdesc="libsixel provides and encoder/decoder implementation for DEC SIXEL graphics, and some converter programs"
arch=("i686" "x86_64")
url="https://saitoha.github.io/libsixel/"
license=("MIT")
depends=("libjpeg-turbo" "libpng" "python" "curl")
-sha1sums=("e6f7a745f5c7675f8abaaae3a28b8780567de49a")
+sha256sums=('5a6e369b839e406a85cb54f2700e48d211a78618d7d4b6e3cd81d97dfda9ade9')
source=("https://github.com/saitoha/libsixel/archive/$pkgver.tar.gz")
build() {