summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMarcin Nowak2017-07-21 17:23:08 +0200
committerMarcin Nowak2017-07-21 17:23:08 +0200
commit00ec575a59943445e74662df84affa135f6b7976 (patch)
treeb4907ae29098bb1f89178d717dc53144a17bb6d8 /PKGBUILD
parentc935d5db0f8dca60adfaaf5d7834f5d0db6dc0b7 (diff)
downloadaur-00ec575a59943445e74662df84affa135f6b7976.tar.gz
replace libopenssl-1.0-compat dependency with openssl-1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 075a9ffb0797..2b66d6376e27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,26 +12,26 @@
pkgname=lwks
lwksver=14.0.0
pkgver=$lwksver
-pkgrel=4
+pkgrel=5
pkgdesc="Lightworks is a professional video editing suite"
arch=('x86_64')
options=('!strip')
url="http://www.lwks.com/"
license=('custom')
-depends=('cairo' 'gdk-pixbuf2' 'glib2' 'libjpeg-turbo' 'pango' 'curl' 'gtk3' 'portaudio' 'openssl' 'libgl' 'libtiff' 'libutil-linux' 'ffmpeg' 'glu' 'libedit' 'nvidia-cg-toolkit' 'libopenssl-1.0-compat' 'libcurl-openssl-1.0')
+depends=('cairo' 'gdk-pixbuf2' 'glib2' 'libjpeg-turbo' 'pango' 'curl' 'gtk3' 'portaudio' 'openssl' 'libgl' 'libtiff' 'libutil-linux' 'ffmpeg' 'glu' 'libedit' 'nvidia-cg-toolkit' 'openssl-1.0')
optdepends=('nvidia-utils: only for nVidia users')
provides=('lightworks')
conflicts=('lightworks', 'lwks-beta')
source=(
"http://downloads.lwks.com/v14/lwks-$lwksver-amd64.deb"
"http://pep20.net/static/portaudio-19_20140130-3-x86_64.pkg.tar.xz"
- "wayland_and_openssl.patch"
+ "wayland.patch"
)
sha256sums=(
'66eb9f9678d979db76199f1c99a71df0ddc017bb47dfda976b508849ab305033'
'1c6722888cf4ab5cbf4bdfd6272b7d524f0ee547f443a98cf554d6fa8ae5c1ca'
- 'ad6cb0cc7bd2e7d11dc5a898a5af10615e6d2d797aade46f0cdbea89321a395f'
+ 'e9429b3332f90ead771e7cc23d014b60be7311d50f809d353755fa0f50c9b242'
)
package() {
@@ -46,8 +46,8 @@ package() {
mv "$pkgdir"/lib/udev "$pkgdir"/usr/lib
rmdir "$pkgdir"/lib
- msg2 "Applying Wayland & OpenSSL 1.0 patch"
- patch -Np3 -d "$pkgdir" -i "$srcdir/wayland_and_openssl.patch"
+ msg2 "Applying Wayland patch"
+ patch -Np3 -d "$pkgdir" -i "$srcdir/wayland.patch"
msg2 "Copying copyright file and creating a license dir"
install -Dm644 "$pkgdir"/usr/share/doc/lightworks/copyright \