summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2015-07-24 16:48:57 -1000
committerGaetan Bisson2015-07-24 16:48:57 -1000
commit90a5ca62614a4cfa440b824410ee9ea97e93ba8e (patch)
tree5d39683e5c5aad6c49fdfee4dedfce899d68cd64
parent3062d86be22f55e49baf408870b193a21de5c5a0 (diff)
downloadaur-90a5ca62614a4cfa440b824410ee9ea97e93ba8e.tar.gz
upstream update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b3fd0d00f5ec..badfca61be5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = decox
pkgdesc = Decreasing continuous exponentials; toy decompression planner
- pkgver = 1.7
+ pkgver = 1.8
pkgrel = 1
url = http://fenua.org/gaetan/src/
arch = i686
arch = x86_64
arch = armv7h
license = ISC
- source = http://fenua.org/gaetan/src//decox-1.7.c
- sha1sums = 0f37e4f599dd8f4216626ad85ceae58997c1209f
+ source = http://fenua.org/gaetan/src//decox-1.8.c
+ sha1sums = 25f19704a42a455386c93322e4b3f9bc9f9322b1
pkgname = decox
diff --git a/PKGBUILD b/PKGBUILD
index d73a7b576271..7aee0961c144 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=decox
-pkgver=1.7
+pkgver=1.8
pkgrel=1
pkgdesc='Decreasing continuous exponentials; toy decompression planner'
url='http://fenua.org/gaetan/src/'
license=('ISC')
arch=('i686' 'x86_64' 'armv7h')
source=("${url}/${pkgname}-${pkgver}.c")
-sha1sums=('0f37e4f599dd8f4216626ad85ceae58997c1209f')
+sha1sums=('25f19704a42a455386c93322e4b3f9bc9f9322b1')
build() {
cd "${srcdir}"