summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrainDamage2017-06-02 16:06:24 +0200
committerBrainDamage2017-06-02 16:06:24 +0200
commitc10d1f9828deb5a81e4f0d634402e11fa1ed2e3e (patch)
treed569ac60145c4fb8c50f5214260a355ddb36265b
parent307536575b8c173f81433be6f78504483bacc616 (diff)
downloadaur-c10d1f9828deb5a81e4f0d634402e11fa1ed2e3e.tar.gz
version bump
switched from sha1 to sha256
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b47b18c3c2d..db00b1eb66ae 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.7.2
+ pkgver = v1.7.3
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.7.2.tar.gz
- sha1sums = e6f7a745f5c7675f8abaaae3a28b8780567de49a
+ source = https://github.com/saitoha/libsixel/archive/v1.7.3.tar.gz
+ sha256sums = 5a6e369b839e406a85cb54f2700e48d211a78618d7d4b6e3cd81d97dfda9ade9
pkgname = libsixel
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() {