summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntoine Lubineau2013-04-22 23:37:02 +0200
committerAntoine Lubineau2013-04-22 23:37:02 +0200
commit7be33dc0da841650558acba7438f1f1450d76f69 (patch)
treef38f1a7a38bb8ddcebc70e45de8bf69388085362 /PKGBUILD
parent2adbc9bc894b4a1c41ab76f9e57184b0a06c5d3c (diff)
downloadaur-7be33dc0da841650558acba7438f1f1450d76f69.tar.gz
decklink{,sdk}: update to 9.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 2 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c833ae45d2f5..086ae36fe2b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoine Lubineau <antoine@lubignon.info>
pkgname=decklink-sdk
-pkgver=9.7
+pkgver=9.7.1
pkgrel=1
epoch=1
pkgdesc="Blackmagic Design DeckLink SDK"
@@ -12,12 +12,10 @@ depends=('mesa' 'qt4')
makedepends=('unzip')
options=('!strip')
source=("http://software.blackmagicdesign.com/SDK/Blackmagic_DeckLink_SDK_${pkgver}.zip")
-noextract=("Blackmagic_DeckLink_SDK_$pkgver.zip")
-sha256sums=('5eb99dd86ff88b33533db8622b32fed10fd8ff941bbb73fc2d2f1c4297ad696a')
+sha256sums=('830fba9e4e277a318a31d2347abee87e00bf9c58c783fbe35d7a0d1e3a9e914c')
package() {
cd "$srcdir"
- unzip -o "Blackmagic_DeckLink_SDK_$pkgver.zip"
mkdir -p "$pkgdir/usr/src" "$pkgdir/usr/bin"
cp -a "$srcdir/Blackmagic DeckLink SDK $pkgver/Linux/include" "$pkgdir/usr/src/decklink-sdk"