summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEugene Cherny2018-03-21 16:51:09 +0200
committerEugene Cherny2018-03-21 16:51:09 +0200
commit1d700360ea4b01c42d9a0f65a3b904739318dbe1 (patch)
tree4d3d3d6fdfb1e7e66b5d84e4f92b7d6c467c5478 /PKGBUILD
parentd5df3a9b8f09f77e29f481c7695ba69a6700d56d (diff)
downloadaur-1d700360ea4b01c42d9a0f65a3b904739318dbe1.tar.gz
[-] pthread_flag.patch from PKGBUILD
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 2 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 28824f5fdade..cbb690e4ad24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,20 +13,14 @@ depends=('fftw' 'ffmpeg' 'libsamplerate' 'taglib' 'libyaml'
provides=('essentia')
conflicts=('essentia' 'essentia-acousticbrainz'
'lib32-essentia-acousticbrainz')
-source=('git+https://github.com/MTG/essentia.git#branch=master'
- 'pthread_flag.patch')
-md5sums=('SKIP'
- '172b1a047ab19d3a11affe47204fc540')
+source=('git+https://github.com/MTG/essentia.git#branch=master')
+md5sums=('SKIP')
pkgver() {
cd "$srcdir/essentia"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
-prepare() {
- patch -f "$srcdir/essentia/wscript" pthread_flag.patch
-}
-
build() {
cd "$srcdir/essentia"
./waf configure \