summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2019-03-30 14:06:56 +0100
committerJoan Bruguera2019-03-30 14:06:56 +0100
commit2f0e90037496fcb3f3cd6bd55fcaa5fc589e6c68 (patch)
tree8e1deba34dac7ec030938482626e9e71c853285d
parent0e98fed1d366cb5c7cec134f7776fceea222e92e (diff)
downloadaur-2f0e90037496fcb3f3cd6bd55fcaa5fc589e6c68.tar.gz
Remove unnedded git dependency for our distribution.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8ce77dc157aa..56d4e585b620 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mcxx
pkgdesc = Mercurium is a C/C++/Fortran source-to-source compilation infrastructure aimed at fast prototyping developed by the Programming Models group at the Barcelona Supercomputing Center.
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://pm.bsc.es/ompss
arch = i686
arch = x86_64
@@ -11,7 +11,6 @@ pkgbase = mcxx
depends = python2
depends = gcc-fortran
depends = gperf
- depends = git
depends = sqlite3
source = https://pm.bsc.es/ftp/ompss/releases/ompss-17.12.1.tar.gz
sha512sums = e68effb54b3a4e91da22808a928afcd586d41a3825ec2cea1f783a65d4e075cfb07ce3f5a8006c5a204a46f37fc73383cd549f6706ed12124724b6be18520344
diff --git a/PKGBUILD b/PKGBUILD
index 5b72d45fb96b..b7003ec6a3c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@ _bundlepkgname='ompss'
pkgdesc='Mercurium is a C/C++/Fortran source-to-source compilation infrastructure aimed at fast prototyping developed by the Programming Models group at the Barcelona Supercomputing Center.'
pkgver='2.1.0'
_bundlepkgver='17.12.1'
-pkgrel='1'
+pkgrel='2'
arch=('i686' 'x86_64')
url='https://pm.bsc.es/ompss'
license=('GPL3')
-depends=(nanox python2 gcc-fortran gperf git sqlite3)
+depends=(nanox python2 gcc-fortran gperf sqlite3)
makedepends=(gcc7)
source=("https://pm.bsc.es/ftp/${_bundlepkgname}/releases/${_bundlepkgname}-${_bundlepkgver}.tar.gz")
sha512sums=(e68effb54b3a4e91da22808a928afcd586d41a3825ec2cea1f783a65d4e075cfb07ce3f5a8006c5a204a46f37fc73383cd549f6706ed12124724b6be18520344)