summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2016-11-14 17:24:03 +0900
committercbpark2016-11-14 17:24:03 +0900
commit78f2e61b80bc78faa793ec15b6d3f4e2b6deb8ce (patch)
treeb9a71676a13fa5b5ebd653aa000c84bbb284ebff
parentefb042d8dd04e0b7087edacbece374927e5ef0dc (diff)
downloadaur-78f2e61b80bc78faa793ec15b6d3f4e2b6deb8ce.tar.gz
upgpkg: thepeg 2.0.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6fc1c2982481..3c0f49783630 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = thepeg
pkgdesc = Toolkit for High Energy Physics Event Generation
- pkgver = 2.0.3
+ pkgver = 2.0.4
pkgrel = 1
url = http://thepeg.hepforge.org
arch = i686
@@ -13,8 +13,8 @@ pkgbase = thepeg
depends = zlib
depends = fastjet
depends = boost
- source = http://www.hepforge.org/archive/thepeg/ThePEG-2.0.3.tar.bz2
- sha256sums = c57ba68fbfda06a0ba256e06f276f91434bf2529a13f6287c051a4cd6da44634
+ source = http://www.hepforge.org/archive/thepeg/ThePEG-2.0.4.tar.bz2
+ sha256sums = f3b625b411667e2708995f1d1379b5b8691406853c8c2cca2f4e4e6e062da0e4
pkgname = thepeg
diff --git a/PKGBUILD b/PKGBUILD
index 0799627e38db..ad56755b7796 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgrname=ThePEG
pkgname=thepeg
-pkgver=2.0.3
+pkgver=2.0.4
pkgrel=1
pkgdesc="Toolkit for High Energy Physics Event Generation"
arch=("i686" "x86_64")
@@ -10,7 +10,7 @@ url="http://thepeg.hepforge.org"
license=('GPL2')
depends=("gsl" "lhapdf" "hepmc" "rivet" "zlib" "fastjet" "boost")
source=("http://www.hepforge.org/archive/thepeg/${_pkgrname}-$pkgver.tar.bz2")
-sha256sums=('c57ba68fbfda06a0ba256e06f276f91434bf2529a13f6287c051a4cd6da44634')
+sha256sums=('f3b625b411667e2708995f1d1379b5b8691406853c8c2cca2f4e4e6e062da0e4')
build() {
cd "${_pkgrname}-$pkgver"