summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGaetan Bisson2015-08-27 21:40:10 -1000
committerGaetan Bisson2015-08-27 21:40:10 -1000
commit123865e1f86220ab4bbae52f398d1d0d73c5e780 (patch)
treeccbded0cd8b2a527637e5e3b28b158900a9e9985
parentde0fc7e4b83f8160e93dba31b2bb8f3332a742a4 (diff)
downloadaur-123865e1f86220ab4bbae52f398d1d0d73c5e780.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 d4bad69061c0..1194cf67e0e3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = decox
pkgdesc = Decreasing continuous exponentials; toy decompression planner
pkgver = 2.1
- 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.1.c
- sha1sums = 6d940fb8c9c706ccb01a96ee479405301bfc0dc7
+ sha1sums = b1793d8a8b48f3412c7b424b234bab0cc4a98f3c
pkgname = decox
diff --git a/PKGBUILD b/PKGBUILD
index cb5f33bd248d..50e710b42c37 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=decox
pkgver=2.1
-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=('6d940fb8c9c706ccb01a96ee479405301bfc0dc7')
+sha1sums=('b1793d8a8b48f3412c7b424b234bab0cc4a98f3c')
build() {
cd "${srcdir}"