summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2020-01-14 20:48:45 +0100
committerBrainDamage2020-01-14 20:48:45 +0100
commita78fad6cc87ca89a8bfd86d10611151067e68226 (patch)
tree0b3a906f094c92f7143f9b51d95afe20e5fcc974
parent1824404c65492b7b219b9c6739d53950f0a01fa1 (diff)
downloadaur-a78fad6cc87ca89a8bfd86d10611151067e68226.tar.gz
version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4715362279b8..b10fb6004043 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libsixel
pkgdesc = libsixel provides and encoder/decoder implementation for DEC SIXEL graphics, and some converter programs
- pkgver = v1.8.5
+ pkgver = v1.8.6
pkgrel = 1
url = https://saitoha.github.io/libsixel/
arch = i686
@@ -10,8 +10,8 @@ pkgbase = libsixel
depends = libpng
depends = python
depends = curl
- source = https://github.com/saitoha/libsixel/archive/v1.8.5.tar.gz
- sha256sums = 682ef295eb93f262db7d77b3a5e8ffcb6e3f5a9fc864d1a21cc5cd3c347a4b0e
+ source = https://github.com/saitoha/libsixel/archive/v1.8.6.tar.gz
+ sha256sums = 37611d60c7dbcee701346967336dbf135fdd5041024d5f650d52fae14c731ab9
pkgname = libsixel
diff --git a/PKGBUILD b/PKGBUILD
index 7f71d2588f9c..98bacacb82d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: BrainDamage
pkgname="libsixel"
pkgrel=1
-pkgver="v1.8.5"
+pkgver="v1.8.6"
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")
-sha256sums=('682ef295eb93f262db7d77b3a5e8ffcb6e3f5a9fc864d1a21cc5cd3c347a4b0e')
+sha256sums=('37611d60c7dbcee701346967336dbf135fdd5041024d5f650d52fae14c731ab9')
source=("https://github.com/saitoha/libsixel/archive/${pkgver}.tar.gz")
build() {