diff options
author | Erich Eckner <git@eckner.net> | 2017-09-29 11:30:28 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-09-29 11:30:28 +0200 |
commit | 8cdbcbe93191b6377090f2a062fb634f092839a3 (patch) | |
tree | bf17e9cd9739775226553ba566a9f840e2938cba | |
parent | 225b7baa69d5d4038f4131a7e671290e88dd3060 (diff) | |
download | archlinuxewe-8cdbcbe93191b6377090f2a062fb634f092839a3.tar.xz |
python-postpic 0.2.3-1 -> 0.3-1
-rw-r--r-- | python-postpic/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-postpic/PKGBUILD b/python-postpic/PKGBUILD index 10fd7fa09..d0c5040c8 100644 --- a/python-postpic/PKGBUILD +++ b/python-postpic/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=python-postpic pkgname=(python-postpic python2-postpic) -pkgver=0.2.3 +pkgver=0.3 pkgrel=1 pkgdesc='The open source particle-in-cell post processor.' url='https://github.com/skuschel/postpic' @@ -21,7 +21,7 @@ makedepends=( "${_depends[@]/python/python2}" ) source=($pkgname-$pkgver.tar.gz::https://github.com/skuschel/postpic/archive/v$pkgver.tar.gz) -sha512sums=('07f95316213e975299ac70b1c9381f300ac341712f044de3a378af2e849baecc4084937e52d5850257dc3885a97408fecc5cddca1da61ee4bdc63c846d40ad11') +sha512sums=('f0f5f0c854cca10bc89ea49fd3119636c2cae2d03731862df0468f5d4630dc12893284578a27335ea7d1daa370afb26f5d60922da67e4e78d9289124945a8f81') prepare() { cp -a postpic-${pkgver}{,-py2} |