summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2011-05-22 22:04:23 +0200
committerAntoine Lubineau2011-05-22 22:04:23 +0200
commit5fb06edf643eb8f718cf6bae8870001be839a506 (patch)
treeffaa33c3f2f93660999ddc3a904941b631c987ae
parent3f4259c3519b54d0bd17d336549a557385682d3d (diff)
downloadaur-5fb06edf643eb8f718cf6bae8870001be839a506.tar.gz
bmdcapture: Changed description
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 31d77df57eb9..dd3ee9e30ce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = bmdcapture
- pkgdesc = BlackMagic Design DeckLink capture utility
+ pkgdesc = A capture utility for BlackMagic Design DeckLink cards
pkgver = 0.9.6
pkgrel = 1
url = http://smorgasbork.com/
arch = i686
arch = x86_64
license = GPL3
+ depends = decklink
depends = gcc-libs
depends = libgl
source = http://smorgasbork.com/bmdcapture/bmdcapture-0.9.6.tar.gz
- md5sums = 4dec7596cfa6c9e7d835e312a6136c8d
+ sha256sums = f7eca44c702cc2ebd9afcb435bea800f1c73e4beeac7b0c337680dff0372fe64
pkgname = bmdcapture
diff --git a/PKGBUILD b/PKGBUILD
index 727a5c6d9fa5..c9642af7ecb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=bmdcapture
pkgver=0.9.6
pkgrel=1
-pkgdesc="BlackMagic Design DeckLink capture utility"
+pkgdesc="A capture utility for BlackMagic Design DeckLink cards"
arch=('i686' 'x86_64')
url="http://smorgasbork.com/"
license=('GPL3')
-depends=('gcc-libs' 'libgl')
+depends=('decklink' 'gcc-libs' 'libgl')
source=("http://smorgasbork.com/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('4dec7596cfa6c9e7d835e312a6136c8d')
+sha256sums=('f7eca44c702cc2ebd9afcb435bea800f1c73e4beeac7b0c337680dff0372fe64')
build() {
cd "$srcdir/$pkgname-$pkgver"