summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baaf5cd33e83..7f4d74f92a04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jan 23 16:41:22 UTC 2017
+# Sat May 6 11:56:30 UTC 2017
pkgbase = blind
pkgdesc = Suckless command line video editor
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = http://tools.suckless.org/blind/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = blind
license = custom:ISC
depends = ffmpeg
optdepends = imagemagick: support for other images formats than farbfeld and PAM
- source = http://dl.suckless.org/tools/blind-1.0.tar.gz
- sha1sums = ae944dfa9d9824e93e4a6bf2d865e50fb4bc7f31
+ source = http://dl.suckless.org/tools/blind-1.1.tar.gz
+ sha1sums = ce4f24d208dedf04c1fbdca2d027175b3585a7e2
pkgname = blind
diff --git a/PKGBUILD b/PKGBUILD
index 3e3e6de47e42..c8a6ca28e99b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>
pkgname=blind
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Suckless command line video editor"
arch=(x86_64 i686)
@@ -10,7 +10,7 @@ license=('custom:ISC')
depends=(ffmpeg)
optdepends=('imagemagick: support for other images formats than farbfeld and PAM')
source=(http://dl.suckless.org/tools/blind-${pkgver}.tar.gz)
-sha1sums=(ae944dfa9d9824e93e4a6bf2d865e50fb4bc7f31)
+sha1sums=(ce4f24d208dedf04c1fbdca2d027175b3585a7e2)
build() {