mirror of
https://github.com/archlinux/aur.git
synced 2026-03-12 06:32:06 +01:00
bmdcapture 1.0.1
This commit is contained in:
parent
5fb06edf64
commit
4ea8924111
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.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
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue