summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2018-06-21 17:05:32 +0000
committerDaniel Bermond2018-06-21 17:05:32 +0000
commit4fe145f050e6d277e473df5098f6f53fab7771cd (patch)
treeb40fc27b76e304bf7d6ac02adea86b7c1872f614
parentba1a2e54be2b3d920a8e38e770116f2f1891ac3b (diff)
downloadaur-4fe145f050e6d277e473df5098f6f53fab7771cd.tar.gz
Change destination dir of upstream source to fulfill makepkg needs
makepkg does not allow the destination directory of upstream source to have the same name of the package anymore. This was previously allowed, but now it will produce an error saying that the directory is not a clone of the upstream source. Existing directories on the old allowed schema will still work, but clones of upstream source will now produce this error.
-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'