summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2015-06-15 17:41:04 -1000
committerGaetan Bisson2015-06-15 17:41:04 -1000
commit537cd9f13e73eb0b30babdea1bd7fc5036981009 (patch)
treecd23b3b5a2ac4c39bddf82b02ca4cce09b5da57c
parentf181e22a8434576b838cad84e138773d12c2406c (diff)
downloadaur-537cd9f13e73eb0b30babdea1bd7fc5036981009.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 91069ad33c5b..866f21118be6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = decox
pkgdesc = Decreasing continuous exponentials; toy decompression planner
- pkgver = 1.2
+ pkgver = 1.3
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.2.c
- sha1sums = 1296d3b167eb4e43b48086859d4022837e155a9a
+ source = http://fenua.org/gaetan/src//decox-1.3.c
+ sha1sums = d9312e846841c050fc63584b5cf69e5953b30746
pkgname = decox
diff --git a/PKGBUILD b/PKGBUILD
index b3dd569e5d8e..da5e8cdfa4e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=decox
-pkgver=1.2
+pkgver=1.3
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=('1296d3b167eb4e43b48086859d4022837e155a9a')
+sha1sums=('d9312e846841c050fc63584b5cf69e5953b30746')
build() {
cd "${srcdir}"