summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Walle2016-07-25 11:27:36 +0200
committerBernhard Walle2016-07-25 11:27:36 +0200
commit5b3b0a84e01a72a39e7dd02b2e690c22638fa3bf (patch)
treeaa452a4aaf7f050e2bba79d7c8e5d0ae25904e63
parent086be39fc6dd8c9d260b2fd4560219398405fbf7 (diff)
downloadaur-5b3b0a84e01a72a39e7dd02b2e690c22638fa3bf.tar.gz
Update to ptxdist 2016.07.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 de879ffc6ea2..a8faa6c0bbb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 1 20:29:10 UTC 2016
+# Mon Jul 25 09:27:25 UTC 2016
pkgbase = ptxdist
pkgdesc = Embedded Linux build system
- pkgver = 2016.06.1
+ pkgver = 2016.07.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-2016.06.1.tar.bz2
- sha256sums = b6371104d38ea6d995b93a250e7d84dc2a92798c9521d299d5d41006229f9d5f
- sha512sums = 2718469a1e2466a140d5af3c100b2b096f77f3bce72925d3801ae31ebdab238c4aa35e302aa7d1dd50972f5fdc82fc0e64facb5d1b0a85c0d3328d6ec6da1df0
+ source = http://www.pengutronix.de/software/ptxdist/download/ptxdist-2016.07.0.tar.bz2
+ sha256sums = 0ee637fd13a275c59c4186ed7e9972fbbd319539fa61ee931c85e2a6a5506501
+ sha512sums = bc9f4a258621387830141d90bf3a91dd989ee95bd4e0b0c8d541e8ba2b3f87fea5416cc9b3df7a042fb173f158491dcc6da49ad0032f6599b7b047719c02ecf0
pkgname = ptxdist
diff --git a/PKGBUILD b/PKGBUILD
index 05716c7b151e..216e8899aa52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# AUR Category: devel
pkgname=ptxdist
-pkgver=2016.06.1
+pkgver=2016.07.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=('b6371104d38ea6d995b93a250e7d84dc2a92798c9521d299d5d41006229f9d5f')
-sha512sums=('2718469a1e2466a140d5af3c100b2b096f77f3bce72925d3801ae31ebdab238c4aa35e302aa7d1dd50972f5fdc82fc0e64facb5d1b0a85c0d3328d6ec6da1df0')
+sha256sums=('0ee637fd13a275c59c4186ed7e9972fbbd319539fa61ee931c85e2a6a5506501')
+sha512sums=('bc9f4a258621387830141d90bf3a91dd989ee95bd4e0b0c8d541e8ba2b3f87fea5416cc9b3df7a042fb173f158491dcc6da49ad0032f6599b7b047719c02ecf0')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"