summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2020-11-08 00:54:32 -1000
committerGaetan Bisson2020-11-08 00:54:32 -1000
commitaa39fbbe217064af179af9a5b7a9df61b8e23245 (patch)
treedd3ee3d3516acc27e5630780385eb53251917c11
parentcc2984edaabce9cb86accf88f9d9cff370a508ff (diff)
downloadaur-aa39fbbe217064af179af9a5b7a9df61b8e23245.tar.gz
upstream update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46b66b56b2af..d4be0ab95c9a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = decox
pkgdesc = Decreasing continuous exponentials; toy decompression planner
- pkgver = 2.1
- pkgrel = 2
+ pkgver = 2.2
+ pkgrel = 1
url = http://fenua.org/gaetan/src/
arch = i686
arch = x86_64
arch = armv7h
license = ISC
- source = http://fenua.org/gaetan/src//decox-2.1.c
- sha256sums = 12c46e35176c0e5b9fa529f727e7264cb8d289359e7c9a9be32f88def92b1e4b
+ source = http://fenua.org/gaetan/src//decox-2.2.c
+ sha256sums = d35619795abead8a9a4291f2e43353b558c3c3a11e0e019877652feee69df56a
pkgname = decox
diff --git a/PKGBUILD b/PKGBUILD
index 32b9584cba29..5e272b36d17a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Gaetan Bisson <bisson@archlinux.org>
pkgname=decox
-pkgver=2.1
-pkgrel=2
+pkgver=2.2
+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")
-sha256sums=('12c46e35176c0e5b9fa529f727e7264cb8d289359e7c9a9be32f88def92b1e4b')
+sha256sums=('d35619795abead8a9a4291f2e43353b558c3c3a11e0e019877652feee69df56a')
build() {
cd "${srcdir}"