summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarsten Teibes2018-05-19 13:15:47 +0200
committerCarsten Teibes2018-05-19 13:15:47 +0200
commit5d5cdc13adcc80b3d875ecdfd5d6cf4074925c14 (patch)
tree5b5a7a614bb91e5b4d53415c16a1a55be41d22bc /PKGBUILD
parent150986d645e8956cbe3a92fb8dcb61f06d0a4eba (diff)
downloadaur-5d5cdc13adcc80b3d875ecdfd5d6cf4074925c14.tar.gz
[upd] 1.0.b9b→1.0.b9c
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67e0feb1aa07..04d64a5ee945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: carstene1ns <arch carsten-teibes de> - http://git.io/ctPKG
pkgname=pikopixel
-pkgver=1.0.b9b
+pkgver=1.0.b9c
pkgrel=1
pkgdesc="A free, open-source application for drawing & editing pixel-art images"
arch=('x86_64')
@@ -10,9 +10,9 @@ license=('AGPL3')
depends=('gnustep-base' 'gnustep-gui' 'gnustep-back')
makedepends=('gnustep-make' 'gcc-objc')
source=("http://twilightedge.com/downloads/PikoPixel.Sources.${pkgver%.*}-${pkgver##*.}.tar.gz")
-sha256sums=('d9dae2840366a1308d03d2d000208b2ea1c576e9e2c199e1b31cf214850fb208')
+sha256sums=('aa8d6d235d060f660ef4be00f3d007f406c342fd0e44659d51ad161baa4f5c2c')
# They block some user agents like wget or curl. m( Let's call them stupid and see if they block us too... ;)
-DLAGENTS=('http::/usr/bin/curl -v -fLC - --retry 3 --retry-delay 3 -A YourUserAgentBlockerIsStupid -o %o %u')
+DLAGENTS=('http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -A YourUserAgentBlockerIsStupid -o %o %u')
build() {
cd PikoPixel.Sources.${pkgver%.*}-${pkgver##*.}/PikoPixel