aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYngve Levinsen2023-08-11 08:21:00 +0200
committerYngve Levinsen2023-08-11 08:21:07 +0200
commit1004d9194e3b3a9843d99d45b3fe0daec56a6dc8 (patch)
treeb24031d59367c25c8df2ef7270bff8f7bb27b322 /PKGBUILD
parentc433423ec0cd7fc6914825dbc8022b8d32ba1066 (diff)
downloadaur-ess-epics.tar.gz
ess-epics 2.0.3
taking out wrong dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a952712685c..6805caeb15af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Grey Christoforo <first name at last name dot net>
pkgname=ess-epics
-pkgver=2.0.3.r8.gb4369db
+pkgver=2.0.3
pkgrel=1
pkgdesc="Experimental Physics and Industrial Control System -- ESS flavour"
arch=('any')
@@ -11,17 +11,12 @@ provides=('epics')
conflicts=('epics')
license=('GPL')
makedepends=('rpcsvc-proto' 'tree' 'git' 'python-build' 'python-installer' 'python-wheel')
-depends=('python-gitlab' 'python-yaml' 'python-gitpython' 'python-pathlib' 'python-argparse' 'python-pytest')
-source=("git+https://gitlab.esss.lu.se/e3/e3.git")
+depends=('python-gitlab' 'python-yaml' 'python-gitpython')
+source=("git+https://gitlab.esss.lu.se/e3/e3.git#tag=${pkgver}")
md5sums=('SKIP')
MAKEFLAGS="-j1" # mutithread building breaks this
-pkgver() {
- cd e3
- git describe --long --tags | sed 's/^v//;s/-/.r/;s/-/./'
- #printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
build() {
cd e3