summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDavid Phillips2018-04-12 12:22:49 +1200
committerDavid Phillips2018-04-12 12:22:49 +1200
commitfa393f33d0f03e5160afffba416193853469fdaa (patch)
tree77c19faa58b1a0a8becd9fea59475af277e84d9d /PKGBUILD
parent3f81059d483d7d0795b4c5cca69b4a0025333bc6 (diff)
downloadaur-fa393f33d0f03e5160afffba416193853469fdaa.tar.gz
Update description, switch to HTTPS, use official sums
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5b13ef37f00f..d8e6829a2552 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=farbfeld
pkgver=4
-pkgrel=1
-pkgdesc="conversion tools for the suckless image format"
+pkgrel=2
+pkgdesc="lossless image format which is easy to parse, pipe and compress"
url="http://tools.suckless.org/farbfeld/"
arch=('i686' 'x86_64')
license=('ISC')
@@ -11,9 +11,9 @@ depends=('libjpeg-turbo' 'libpng')
makedepends=()
provides=()
conflicts=(${pkgname}-git)
-source=(http://dl.suckless.org/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-# Sums provided upstream: http://dl.suckless.org/farbfeld/sha1sums.txt
-sha1sums=('7ba0ea0a92e9c378a777cb2152efc8ef6def86c2')
+source=("https://dl.suckless.org/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+# Sums provided upstream: https://dl.suckless.org/farbfeld/sha256sums.txt
+sha256sums=('c7df5921edd121ca5d5b1cf6fb01e430aff9b31242262e4f690d3af72ccbe72a')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"