From 402287336ca8b45bed9facea19ab6411d1ecdedc Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 9 Feb 2014 21:03:09 -0500 Subject: update libre/libretools --- libre/libretools/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index 98602a1c5..53e9afb22 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -9,10 +9,10 @@ pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20140206 -_libretools_commit=93276b1059c6bce3aa6e400f70160b8b89cab007 +pkgver=20140210 +_libretools_commit=696c05516039b7b93381811451d393b16a8653d1 _devtools_commit=534d2015b45e013b37e1edbb997bd4df27d7b8fd -md5sums=('317e997ae93f562dc18b7979981620f0' +md5sums=('e5e6e2a939850c4ce6695e3ee10e71f4' 'ec69dffa68829f063224de19bbd55fa9') _packages_url=https://projects.parabolagnulinux.org/packages -- cgit v1.2.3 From f0ff43807036d38b907bafcdc29f115c8835b53c Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 10 Feb 2014 12:19:39 -0300 Subject: perspectives upgrade --- pcr/perspectives-server/PKGBUILD | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/pcr/perspectives-server/PKGBUILD b/pcr/perspectives-server/PKGBUILD index f0e16f6dc..8867faa37 100644 --- a/pcr/perspectives-server/PKGBUILD +++ b/pcr/perspectives-server/PKGBUILD @@ -2,7 +2,7 @@ # Based on the git version by # Maintainer: Robert Štětka pkgname=perspectives-server -pkgver=3.3.1 +pkgver=3.4 pkgrel=1 url='https://perspectives-project.org/' pkgdesc='Perspectives notary server' @@ -10,12 +10,17 @@ arch=('any') license=('GPL3') depends=('openssl' 'python2>=2.7' 'python2-m2crypto' 'python2-cherrypy' 'python2-sqlalchemy') -source=("libre://${pkgname}-${pkgver}.tar.gz" +source=("https://repo.parabolagnulinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz" perspectives-server.{conf,cron,service,install}) install="${pkgname}.install" optdepends=('python2-psycopg2: for postgresql storage' 'memcache: for caching' 'redis: for caching') +md5sums=('de34f288c54cdfa81b6f8d67672515a0' + '00c42be9b00186cd660645a0cf20fa4b' + '2343fe5f9756ffd7a70e39d04ba21d46' + '870bf3020c73c02853cf1c0d1668d005' + '7d51646e864e895d13a3eb682ebf78ec') mkdepends=('git') mksource=("$pkgname-$pkgver::git+https://github.com/danwent/Perspectives-Server/#tag=v$pkgver") @@ -44,18 +49,3 @@ package() { # vim:set ts=2 sw=2 et: -md5sums=('2ac787ab4f4c77639c29df7ae5b16d16' - 'a851e6fefbf883b695dea8920aa476bf' - '2343fe5f9756ffd7a70e39d04ba21d46' - '557218d32ef9ec92bb30aec19a54f730' - '57cea678130fe314f879e75a3420dd55') -md5sums=('2ac787ab4f4c77639c29df7ae5b16d16' - '00c42be9b00186cd660645a0cf20fa4b' - '2343fe5f9756ffd7a70e39d04ba21d46' - '870bf3020c73c02853cf1c0d1668d005' - '57cea678130fe314f879e75a3420dd55') -md5sums=('2ac787ab4f4c77639c29df7ae5b16d16' - '00c42be9b00186cd660645a0cf20fa4b' - '2343fe5f9756ffd7a70e39d04ba21d46' - '870bf3020c73c02853cf1c0d1668d005' - '7d51646e864e895d13a3eb682ebf78ec') -- cgit v1.2.3 From cd1e3c039279f9ac25f3e680ab2f229f1cb1b066 Mon Sep 17 00:00:00 2001 From: Alon Ivtsan Date: Mon, 10 Feb 2014 19:52:24 +0200 Subject: updating youtube-dl-current to version 2014.02.10 --- pcr/youtube-dl-current/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 1b8369e74..507e8797a 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.02.06.3 +pkgver=2014.02.10 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=('108a8d8b2d20890d6705b64a6414a920' +md5sums=('ad605f3021787068177dd4e392ff04b0' 'SKIP') -- cgit v1.2.3