summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2021-06-09 20:39:34 +0200
committerBrainDamage2021-06-09 20:39:34 +0200
commit4b1026731dcb9f09835b54fc46d3d706ebbcaba5 (patch)
treef30120d533bc086c7b20f17ad10e27bd1723f5bf
parentc4bf9b992fe93fdbfe94e3437f26b1a6e58cd197 (diff)
downloadaur-4b1026731dcb9f09835b54fc46d3d706ebbcaba5.tar.gz
switched upstream url since the original maintainer is MIA
updated to version 1.9.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e40ae62ff1e..d5f72ada0ded 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = libsixel
pkgdesc = provides a codec for DEC SIXEL graphics, and some converter programs
- pkgver = v1.8.6
- pkgrel = 3
- url = https://saitoha.github.io/libsixel/
+ pkgver = v1.9.0
+ pkgrel = 1
+ url = https://github.com/libsixel/libsixel
arch = i686
arch = x86_64
license = MIT
@@ -10,8 +10,7 @@ pkgbase = libsixel
depends = libpng
depends = python
depends = curl
- source = https://github.com/saitoha/libsixel/archive/v1.8.6.tar.gz
- sha256sums = 37611d60c7dbcee701346967336dbf135fdd5041024d5f650d52fae14c731ab9
+ source = https://github.com/libsixel/libsixel/archive/v1.9.0.tar.gz
+ sha256sums = f39a32a8a6e9f952941319fb421e10287cd2c954f2f69e416b0b20445c67496c
pkgname = libsixel
-
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}"