summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntoine Lubineau2014-03-16 13:36:48 +0100
committerAntoine Lubineau2014-03-16 13:36:48 +0100
commit4ea892411175fad83d88ba3957b3a24b9981d528 (patch)
tree88de2c9e341b3fb5aec63519ef6799548861024a
parent5fb06edf643eb8f718cf6bae8870001be839a506 (diff)
downloadaur-4ea892411175fad83d88ba3957b3a24b9981d528.tar.gz
bmdcapture 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd3ee9e30ce0..063f33681471 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bmdcapture
pkgdesc = A capture utility for BlackMagic Design DeckLink cards
- pkgver = 0.9.6
+ pkgver = 1.0.1
pkgrel = 1
url = http://smorgasbork.com/
arch = i686
@@ -9,8 +9,8 @@ pkgbase = bmdcapture
depends = decklink
depends = gcc-libs
depends = libgl
- source = http://smorgasbork.com/bmdcapture/bmdcapture-0.9.6.tar.gz
- sha256sums = f7eca44c702cc2ebd9afcb435bea800f1c73e4beeac7b0c337680dff0372fe64
+ source = http://smorgasbork.com/bmdcapture/bmdcapture-1.0.1.tar.gz
+ sha256sums = 0a119642dba521c0af0b21c6959208f8bb29a9337d17105d71bdb5a109372410
pkgname = bmdcapture
diff --git a/PKGBUILD b/PKGBUILD
index c9642af7ecb6..bf51b03d0dee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antoine Lubineau <antoine@lubignon.info>
pkgname=bmdcapture
-pkgver=0.9.6
+pkgver=1.0.1
pkgrel=1
pkgdesc="A capture utility for BlackMagic Design DeckLink cards"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://smorgasbork.com/"
license=('GPL3')
depends=('decklink' 'gcc-libs' 'libgl')
source=("http://smorgasbork.com/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('f7eca44c702cc2ebd9afcb435bea800f1c73e4beeac7b0c337680dff0372fe64')
+sha256sums=('0a119642dba521c0af0b21c6959208f8bb29a9337d17105d71bdb5a109372410')
build() {
cd "$srcdir/$pkgname-$pkgver"