summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2015-08-20 21:29:36 -1000
committerGaetan Bisson2015-08-20 21:29:36 -1000
commitd4d572c5084a71294e2119df723ec9e35f3c557f (patch)
treef7f7e3a73564aa7e84759383ce11cf4fd5040fa7
parentdbc0baac5da7e062f126d33ecc61efd771b8de64 (diff)
downloadaur-d4d572c5084a71294e2119df723ec9e35f3c557f.tar.gz
silent upstream release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8de7288c9aa3..e06709f9d78f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = decox
pkgdesc = Decreasing continuous exponentials; toy decompression planner
pkgver = 2.0
- pkgrel = 1
+ pkgrel = 2
url = http://fenua.org/gaetan/src/
arch = i686
arch = x86_64
arch = armv7h
license = ISC
source = http://fenua.org/gaetan/src//decox-2.0.c
- sha1sums = 263e9afff35b97142b542f5cb11d49357938caa0
+ sha1sums = 72d223960be193a3dbc76cecc650acacb7c27c62
pkgname = decox
diff --git a/PKGBUILD b/PKGBUILD
index 0c0c2991f0ac..31a920f5fb38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=decox
pkgver=2.0
-pkgrel=1
+pkgrel=2
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=('263e9afff35b97142b542f5cb11d49357938caa0')
+sha1sums=('72d223960be193a3dbc76cecc650acacb7c27c62')
build() {
cd "${srcdir}"