Skip to content

Commit

Permalink
libbluray 1.1.2
Browse files Browse the repository at this point in the history
suil 0.10.4, move to python3 build
youtube-dl 2019.06.08
  • Loading branch information
demmm committed Jun 9, 2019
1 parent 85ae534 commit b71511b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions libbluray/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=libbluray
pkgver=1.1.1
pkgver=1.1.2
pkgrel=1
pkgdesc="Library to access Blu-Ray disks for video playback"
arch=('x86_64')
Expand All @@ -10,7 +10,7 @@ depends=('libxml2' 'freetype2' 'fontconfig')
makedepends=('apache-ant')
options=('!libtool')
source=("https://download.videolan.org/pub/videolan/libbluray/${pkgver}/${pkgname}-${pkgver}.tar.bz2")
sha512sums=('0a3bcef06d2a58c51c3d46934c32941ec0606dc9b71fe36f72a6e34ab8113cf72cfb6e2fdd51f23e0a44ccd404323f5ac5c666aa1d839ae16cc775267cbce839')
sha512sums=('5a82af6c1840a1dcb31d06d90203c68e2c4f0bbadc9212eb0bb2776d42b0ab3793a769ebe07b3051be151e8b15876874d5a0658292f72b7126dd915a1ada3fe7')

build() {
cd ${pkgname}-${pkgver}
Expand Down
14 changes: 7 additions & 7 deletions suil/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@

pkgname=suil
pkgver=0.10.0
pkgrel=2
pkgver=0.10.4
pkgrel=1
pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
arch=('x86_64')
url="https://drobilla.net/software/suil/"
license=('custom:ISC')
depends=('lv2')
makedepends=('python2')
makedepends=('python3')
source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2")
md5sums=('ba2f6bf631d8f3686772c2b5c9467628')
md5sums=('b5a0ccb70ec0791531ee69f3a5b86ab6')

build() {
cd ${pkgname}-${pkgver}
sed -i "/ldconfig/d" wscript

python2 waf configure --prefix=/usr
python2 waf
python3 waf configure --prefix=/usr
python3 waf
}

package() {
cd ${pkgname}-${pkgver}

python2 waf install --destdir=${pkgdir}
python3 waf install --destdir=${pkgdir}

install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
Expand Down
4 changes: 2 additions & 2 deletions youtube-dl/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

pkgname=youtube-dl
pkgver=2019.05.20
pkgver=2019.06.08
pkgrel=1
pkgdesc='Small command-line program to download videos from YouTube.com and other video sites'
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ license=('custom')
depends=('python3')
makedepends=('zip')
source=("https://github.com/rg3/youtube-dl/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('a8a6cdf24bcbfa3d3ac9ff9f7efad917c707f9834876b4269036e379b76bbca3')
sha256sums=('275a8506ecd6c72589bfc66b749cd80847e7393df1d6e1becd1d11ba90980837')

build() {
cd ${pkgname}
Expand Down

0 comments on commit b71511b

Please sign in to comment.