Version 1.6.6
This commit is contained in:
parent
cf926b1b4d
commit
d047ef5734
2 changed files with 13 additions and 11 deletions
11
PKGBUILD
11
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
# Contributor: archtux <antonio dot arias99999 at gmail dot com>
|
||||
|
||||
pkgname=bino
|
||||
pkgver=1.6.5
|
||||
pkgver=1.6.6
|
||||
pkgrel=1
|
||||
pkgdesc='3D video player with multi-display support'
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -11,11 +11,12 @@ url='https://bino3d.org/'
|
|||
license=('GPL3')
|
||||
depends=('ffmpeg' 'freealut' 'freeglut' 'glewmx' 'libass' 'qt5-base')
|
||||
optdepends=('lirc: infrared remote control')
|
||||
source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.xz
|
||||
source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.xz{,.sig}
|
||||
'gui_common.h')
|
||||
sha256sums=('3254316d3ae81cc69643dcd823caaac1233704d91289272d0011ced5e5cdffe2'
|
||||
'0664e447fe115dbe7a146f3d057f171731c082cbc5691b68e2c959205a39c4e5')
|
||||
validpgpkeys=('2F788CDEF4181652720EF132F4926138953E5294')
|
||||
sha512sums=('43a17f390881fcc8b7721b21ff8524b89992cd7fb0cfc467769bdddd0ad0c0d2536d161475a7fce6d4d3e758e017a38f671648dfaa4a345dc02127b7b192c8c0'
|
||||
'SKIP'
|
||||
'8006b07a72f964da78a9ba3df7c4ead522cdca0303ab1c1d9b8224a6dd062f24e0bccf95146656e28c5ba3baa8dbc2e513309adb7486e26f1d3563eec35d0325')
|
||||
validpgpkeys=('2F61B4828BBA779AECB3F32703A2A4AB1E32FD34')
|
||||
|
||||
prepare() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue