summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 190173d86048..e4a21914b0ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = intel-seapi-git
pkgdesc = Intel Single Event API (Intel SEAPI) (git version)
pkgver = 17.01.28.r25.gf41831f
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/intel/IntelSEAPI/
arch = i686
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = intel-seapi-git
conflicts = intel-seapi
conflicts = intel-ittnotify
conflicts = intel-ittnotify-git
- source = intel-seapi-git::git+https://github.com/intel/IntelSEAPI.git
+ source = git+https://github.com/intel/IntelSEAPI.git
sha256sums = SKIP
pkgname = intel-seapi-git
diff --git a/PKGBUILD b/PKGBUILD
index 55269237c798..babc5e223aec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=intel-seapi-git
pkgver=17.01.28.r25.gf41831f
-pkgrel=1
+pkgrel=2
pkgdesc='Intel Single Event API (Intel SEAPI) (git version)'
arch=('i686' 'x86_64')
url='https://github.com/intel/IntelSEAPI/'
@@ -12,7 +12,7 @@ makedepends=('git' 'python' 'cmake' 'java-environment' 'classpath')
optdepends=('python: for using runtool scripts')
provides=('intel-seapi' 'intel-ittnotify' 'intel-ittnotify-git')
conflicts=('intel-seapi' 'intel-ittnotify' 'intel-ittnotify-git')
-source=("$pkgname"::'git+https://github.com/intel/IntelSEAPI.git')
+source=('git+https://github.com/intel/IntelSEAPI.git')
sha256sums=('SKIP')
[ "$CARCH" = 'i686' ] && _architecture='32'