diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-30 08:55:59 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-05-30 08:55:59 -0300 |
commit | 4cc56deae266b9e32559816eebd400d04984b696 (patch) | |
tree | bd26a33b4a0fb825b39e10a553eb0a5a8d6fcfa1 | |
parent | 0341959148aa242a150ce92370086d8675d60d8f (diff) | |
parent | 480222ca07b512b077e2ea097d32f57a02da2dc3 (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r-- | libre/openimageio/PKGBUILD | 2 | ||||
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/libre/openimageio/PKGBUILD b/libre/openimageio/PKGBUILD index 3b3b2eed1..76c69f762 100644 --- a/libre/openimageio/PKGBUILD +++ b/libre/openimageio/PKGBUILD @@ -3,7 +3,7 @@ pkgname=openimageio pkgver=1.3.13 -pkgrel=1 +pkgrel=2 pkgdesc='A library for reading and writing images, including classes, utilities, and applications (built for the blender-libre package)' arch=( mips64el diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 3893f3297..5fb4f36c5 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2014.04.21.6 +pkgver=2014.05.19 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,5 +28,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('6521af6c7a419ade8d271aad3a3648df' +md5sums=('5ae4587002bf8f65d4a47c4e8efa3bc9' 'SKIP') |