summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Papst2018-02-17 11:22:07 +0100
committerOliver Papst2018-02-17 11:22:07 +0100
commite151418f08a770fdedca8c8dd0b9879e73868bd9 (patch)
treedd27de65703c357c61d16567ddfc3faffa9c0dc3
parent6f1d4be8df2300ecfff9626b256800ba354a289f (diff)
downloadaur-e151418f08a770fdedca8c8dd0b9879e73868bd9.tar.gz
Version v18.01
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05f74b9e4b83..17dedc8c96f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = hdtv
pkgdesc = Nuclear spectrum analysis tool on top of the ROOT data analysis toolkit
- pkgver = 17.12
+ pkgver = 18.01
pkgrel = 1
url = https://gitlab.ikp.uni-koeln.de/staging/hdtv
- arch = any
+ arch = i686
+ arch = x86_64
license = GPL
makedepends = libx11
makedepends = python-docutils
@@ -16,8 +17,8 @@ pkgbase = hdtv
provides = hdtv
conflicts = hdtv
options = !emptydirs
- source = hdtv-v17.12.tar.gz::https://gitlab.ikp.uni-koeln.de/staging/hdtv/repository/v17.12/archive.tar.gz
- sha256sums = 19804f92f7c053ad5a00f64d5faa232f32fd36809f3cda1945b204018874c1ef
+ source = hdtv-v18.01.tar.gz::https://gitlab.ikp.uni-koeln.de/staging/hdtv/repository/v18.01/archive.tar.gz
+ sha256sums = e4c54c7f21310471b930adf2b764e3c7a360f07b260a5be7fb543c53ea3cef11
pkgname = hdtv
diff --git a/PKGBUILD b/PKGBUILD
index 80116af86e46..e87715d28f79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Oliver Papst <opapst at ikp dot tu-darmstadt dot de>
pkgname=hdtv
-_commit=b2c4dcbd2f0aacefac6b0951f74d8acd74a805a7
-pkgver=17.12
+_commit=701eecd65e6708e4ff6c0123c2f4972d56b3d499
+pkgver=18.01
pkgrel=1
pkgdesc="Nuclear spectrum analysis tool on top of the ROOT data analysis toolkit"
-arch=('any')
+arch=('i686' 'x86_64')
url="https://gitlab.ikp.uni-koeln.de/staging/hdtv"
license=('GPL')
conflicts=('hdtv')
@@ -19,7 +19,7 @@ makedepends=('libx11' 'python-docutils')
#checkdepends=('python-pytest')
options=(!emptydirs)
source=("${pkgname}-v${pkgver}.tar.gz::https://gitlab.ikp.uni-koeln.de/staging/${pkgname}/repository/v${pkgver}/archive.tar.gz")
-sha256sums=('19804f92f7c053ad5a00f64d5faa232f32fd36809f3cda1945b204018874c1ef')
+sha256sums=('e4c54c7f21310471b930adf2b764e3c7a360f07b260a5be7fb543c53ea3cef11')
build() {
cd "${srcdir}/${pkgname}-v${pkgver}-${_commit}/doc/guide"