summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Walle2017-04-06 19:49:02 +0200
committerBernhard Walle2017-04-06 19:49:02 +0200
commit9a44ac59fc3e72a1c598c8d7a95dfbf66c0b0ea7 (patch)
tree840736bd38be7d6892d3e8f60787312bda8cad0c
parent56b55dcc3c04d214cf1371437ad79684a347310e (diff)
downloadaur-9a44ac59fc3e72a1c598c8d7a95dfbf66c0b0ea7.tar.gz
Update to ptxdist 2017.04.0
Signed-off-by: Bernhard Walle <bernhard@bwalle.de>
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cda9d72b8e27..64f6bbb69a61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 10 06:45:43 UTC 2017
+# Thu Apr 6 17:48:52 UTC 2017
pkgbase = ptxdist
pkgdesc = Embedded Linux build system
- pkgver = 2017.03.0
+ pkgver = 2017.04.0
pkgrel = 1
url = http://www.ptxdist.org
arch = i686
@@ -13,9 +13,9 @@ pkgbase = ptxdist
depends = bison
depends = patch
depends = python2
- source = http://www.pengutronix.de/software/ptxdist/download/ptxdist-2017.03.0.tar.bz2
- sha256sums = 4de8a69cb1df6191bf40c4ac6ffe3a303ca3120c78ea9e9746892ef7017ffd70
- sha512sums = ac14a53eb7adf79369f3ea8d9f9d123cdb52e347ae0dfd0b28e6ca9f3320656e2b224abf3de556c277c27c3270294b01ab4c9deef2160a81d61451881f610fd2
+ source = http://www.pengutronix.de/software/ptxdist/download/ptxdist-2017.04.0.tar.bz2
+ sha256sums = 5223f7d4b2a9bf945b60d6a1fa1b1be6d2f82c5d04efefe34a09593c9dc3862b
+ sha512sums = ec8e48c62362813de839b522f26b0f16e0f8131a152300d0aa96d031daf6dcceb481491e0a24357e020d7fa6b397182dd7bb53df2c185690eac526eebf012a69
pkgname = ptxdist
diff --git a/PKGBUILD b/PKGBUILD
index c372fa4964f4..8f1d13bae1c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# AUR Category: devel
pkgname=ptxdist
-pkgver=2017.03.0
+pkgver=2017.04.0
pkgrel=1
pkgdesc="Embedded Linux build system"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="http://www.ptxdist.org"
license=('GPL')
depends=('dialog' 'flex' 'bison' 'patch' 'python2')
source=("http://www.pengutronix.de/software/ptxdist/download/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('4de8a69cb1df6191bf40c4ac6ffe3a303ca3120c78ea9e9746892ef7017ffd70')
-sha512sums=('ac14a53eb7adf79369f3ea8d9f9d123cdb52e347ae0dfd0b28e6ca9f3320656e2b224abf3de556c277c27c3270294b01ab4c9deef2160a81d61451881f610fd2')
+sha256sums=('5223f7d4b2a9bf945b60d6a1fa1b1be6d2f82c5d04efefe34a09593c9dc3862b')
+sha512sums=('ec8e48c62362813de839b522f26b0f16e0f8131a152300d0aa96d031daf6dcceb481491e0a24357e020d7fa6b397182dd7bb53df2c185690eac526eebf012a69')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"