summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a88800fbfa5d..dc996717425d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: BrainDamage
pkgname="libsixel"
-pkgrel=3
-pkgver="v1.8.6"
+pkgrel=1
+pkgver="v1.9.0"
pkgdesc="provides a codec for DEC SIXEL graphics, and some converter programs"
arch=("i686" "x86_64")
-url="https://saitoha.github.io/libsixel/"
+url="https://github.com/libsixel/libsixel"
license=("MIT")
depends=("libjpeg-turbo" "libpng" "python" "curl")
-sha256sums=('37611d60c7dbcee701346967336dbf135fdd5041024d5f650d52fae14c731ab9')
-source=("https://github.com/saitoha/libsixel/archive/${pkgver}.tar.gz")
+sha256sums=('f39a32a8a6e9f952941319fb421e10287cd2c954f2f69e416b0b20445c67496c')
+source=("https://github.com/libsixel/libsixel/archive/${pkgver}.tar.gz")
build() {
cd "${srcdir}/${pkgname}-${pkgver#v}"