summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbpark2016-06-19 22:13:52 +0900
committercbpark2016-06-19 22:13:52 +0900
commit3168eaf62b81ddab146fc3964eae49bf42877f44 (patch)
tree56c9a2cff1cf6b8834e004418b361769eaf26f80
parent6d895006abcdb3d79e9e46dbcce97186376425e6 (diff)
downloadaur-3168eaf62b81ddab146fc3964eae49bf42877f44.tar.gz
upgpkg: thepeg 2.0.2-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38eac69ebfb0..df07b4647f8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thepeg
pkgdesc = Toolkit for High Energy Physics Event Generation
- pkgver = 2.0.1
- pkgrel = 2
+ pkgver = 2.0.2
+ pkgrel = 1
url = http://thepeg.hepforge.org
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = thepeg
depends = zlib
depends = fastjet
depends = boost
- source = http://www.hepforge.org/archive/thepeg/ThePEG-2.0.1.tar.bz2
- sha256sums = ec284abdc82ceaf10a8736f908e7955f49f872b79aaa62d22aa33bc5c7679bdb
+ source = http://www.hepforge.org/archive/thepeg/ThePEG-2.0.2.tar.bz2
+ sha256sums = d4249e019543d5c7520733292d2edfb0bdd9733177200a63837781ed6194789b
pkgname = thepeg
diff --git a/PKGBUILD b/PKGBUILD
index c207103c239c..47a359466cc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
_pkgrname=ThePEG
pkgname=thepeg
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc="Toolkit for High Energy Physics Event Generation"
arch=("i686" "x86_64")
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=('ec284abdc82ceaf10a8736f908e7955f49f872b79aaa62d22aa33bc5c7679bdb')
+sha256sums=('d4249e019543d5c7520733292d2edfb0bdd9733177200a63837781ed6194789b')
build() {
cd "${_pkgrname}-$pkgver"