summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/parabolaweb-utils/PKGBUILD8
-rw-r--r--libre/python2-jsmin/PKGBUILD4
-rw-r--r--pcr/youtube-dl-current/PKGBUILD7
3 files changed, 10 insertions, 9 deletions
diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD
index d210983ba..e5dec5ef1 100644
--- a/libre/parabolaweb-utils/PKGBUILD
+++ b/libre/parabolaweb-utils/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Luke Shumaker <lukeshu@sbcglobal.net>
pkgname=(parabolaweb-utils parabolaweb-dev)
-pkgver=20131112
+pkgver=20131128
pkgdesc="Utilities for managing the parabolaweb website application"
url="https://projects.parabolagnulinux.org/packages/parabolaweb-utils.git/"
license=('GPL2')
# The commit to get dependency info for
-_parabolaweb_commit=c8eef42e8085e1e00af4031ec407b5e047194363
+_parabolaweb_commit=66e4f518ffef04779ed95012fde212270845e068
pkgrel=1
epoch=1
@@ -36,5 +36,5 @@ package_parabolaweb-dev() {
depends=($(sed -r -e 's/\s*#.*//' depends_make.txt))
}
-md5sums=('5fef1c006f8155feb030e83ff66c2400'
- 'c84e52d81683cb3d572571ac19be89ac')
+md5sums=('e83933afda290bfc1fe0e51828c7ad41'
+ 'f77d4eb04fdda7fcdd7162c69d754b87')
diff --git a/libre/python2-jsmin/PKGBUILD b/libre/python2-jsmin/PKGBUILD
index 5c7646ec2..00c158324 100644
--- a/libre/python2-jsmin/PKGBUILD
+++ b/libre/python2-jsmin/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=jsmin
pkgname=python2-jsmin
-pkgver=2.0.3
+pkgver=2.0.8
pkgdesc="JavaScript minifier"
url="https://bitbucket.org/dcs/jsmin"
license=('MIT')
@@ -24,4 +24,4 @@ package() {
install -Dm644 license.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
}
-md5sums=('6bdce452c7508d9bd11b133e965fb64e')
+md5sums=('d830a979d63bfa0bc23e11fdbc816e7d')
diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD
index bfcd68d7b..2c1087fee 100644
--- a/pcr/youtube-dl-current/PKGBUILD
+++ b/pcr/youtube-dl-current/PKGBUILD
@@ -5,13 +5,14 @@
pkgname=youtube-dl-current
_pkgname=youtube-dl
provides=(youtube-dl)
-pkgver=2013.11.26
+pkgver=2013.11.29
pkgrel=1
pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites"
arch=('any')
url="http://rg3.github.io/youtube-dl/"
license=('custom')
-depends=('python')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing')
makedepends=('python-distribute')
source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig})
@@ -27,5 +28,5 @@ package() {
"${pkgdir}/usr/share/bash-completion/completions/youtube-dl"
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE"
}
-md5sums=('b6a90f4e2e28b17fbd27b89743437409'
+md5sums=('5a03df2c239f3cd2ed9f6c0c64afdb40'
'SKIP')