mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 17:54:31 +01:00
Fixed license version
This commit is contained in:
parent
2a8732ce3b
commit
3f4259c351
2 changed files with 3 additions and 5 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -5,7 +5,7 @@ pkgbase = bmdcapture
|
|||
url = http://smorgasbork.com/
|
||||
arch = i686
|
||||
arch = x86_64
|
||||
license = GPL
|
||||
license = GPL3
|
||||
depends = gcc-libs
|
||||
depends = libgl
|
||||
source = http://smorgasbork.com/bmdcapture/bmdcapture-0.9.6.tar.gz
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -6,21 +6,19 @@ pkgrel=1
|
|||
pkgdesc="BlackMagic Design DeckLink capture utility"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://smorgasbork.com/"
|
||||
license=('GPL')
|
||||
license=('GPL3')
|
||||
depends=('gcc-libs' 'libgl')
|
||||
source=("http://smorgasbork.com/$pkgname/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('4dec7596cfa6c9e7d835e312a6136c8d')
|
||||
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
|
||||
install -D -m0755 bmdcapture "$pkgdir/usr/bin/bmdcapture"
|
||||
install -D -m 0755 bmdcapture "$pkgdir/usr/bin/bmdcapture"
|
||||
}
|
||||
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue