summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2015-06-26 18:08:56 -1000
committerGaetan Bisson2015-06-26 18:08:56 -1000
commitfef92846d5246cc0fb98cb8457195497b1ee3679 (patch)
tree3b7f1e27e198c6978e595375215621d71fe79fd5
parent537cd9f13e73eb0b30babdea1bd7fc5036981009 (diff)
downloadaur-fef92846d5246cc0fb98cb8457195497b1ee3679.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 866f21118be6..ce1e5b17cd7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = decox
pkgdesc = Decreasing continuous exponentials; toy decompression planner
- pkgver = 1.3
+ pkgver = 1.4
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.3.c
- sha1sums = d9312e846841c050fc63584b5cf69e5953b30746
+ source = http://fenua.org/gaetan/src//decox-1.4.c
+ sha1sums = 5991f6bd37f22b0fa4d6913048c44b1b6c16e7b9
pkgname = decox
diff --git a/PKGBUILD b/PKGBUILD
index da5e8cdfa4e6..7746ea3048ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=decox
-pkgver=1.3
+pkgver=1.4
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=('d9312e846841c050fc63584b5cf69e5953b30746')
+sha1sums=('5991f6bd37f22b0fa4d6913048c44b1b6c16e7b9')
build() {
cd "${srcdir}"