diff options
-rw-r--r-- | libre/libretools/PKGBUILD | 16 | ||||
-rw-r--r-- | libre/parabolaweb-utils/PKGBUILD | 11 | ||||
-rw-r--r-- | pcr/plowshare/PKGBUILD | 4 | ||||
-rw-r--r-- | pcr/quvi-current/PKGBUILD | 6 | ||||
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
5 files changed, 24 insertions, 17 deletions
diff --git a/libre/libretools/PKGBUILD b/libre/libretools/PKGBUILD index a371f7733..569706f80 100644 --- a/libre/libretools/PKGBUILD +++ b/libre/libretools/PKGBUILD @@ -4,13 +4,13 @@ # Contributor: Márcio Silva <coadde@lavabit.com> pkgbase=libretools -pkgname=(libretools libretools-mips64el librelib libregit) +pkgname=(libretools libretools-mips64el librelib gitget) pkgdesc="Programs for Parabola development" url="https://projects.parabolagnulinux.org/packages/libretools.git/" license=('GPL3' 'GPL2') -pkgver=20131027 -_libretools_commit=11ca293c188ad394e2383381a4bce152cc7f0723 +pkgver=20131112 +_libretools_commit=0f03eb7ac94ad72f551eb1b2470b850d6bcf8bf0 _devtools_commit=021653a0acecc8763e1bbe90dbb770b4e6df4390 _packages_url=https://projects.parabolagnulinux.org/packages @@ -45,11 +45,15 @@ package_librelib() { make install-librelib DESTDIR="$pkgdir" } -package_libregit() { +package_gitget() { depends=("librelib=$pkgver" git) + provides=("libregit=$pkgver") + conflicts=("libregit") + replaces=("libregit") + cd "$srcdir/$pkgbase-$_libretools_commit" - make install-libregit DESTDIR="$pkgdir" + make install-gitget DESTDIR="$pkgdir" } package_libretools() { @@ -83,5 +87,5 @@ package_libretools-mips64el() { make install-libretools-mips64el DESTDIR="$pkgdir" } -md5sums=('455f0ac438436b3580eb79dd9eb5a9e2' +md5sums=('81e6d3d6fe1964a407a4520ce0916c0d' '656008e8e35e6adba527b7bfc367b9f7') diff --git a/libre/parabolaweb-utils/PKGBUILD b/libre/parabolaweb-utils/PKGBUILD index 0a49ce048..d210983ba 100644 --- a/libre/parabolaweb-utils/PKGBUILD +++ b/libre/parabolaweb-utils/PKGBUILD @@ -1,23 +1,26 @@ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> pkgname=(parabolaweb-utils parabolaweb-dev) -pkgver=20130717 +pkgver=20131112 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 + pkgrel=1 epoch=1 arch=('any') source=( "https://projects.parabolagnulinux.org/packages/$pkgname.git/snapshot/$pkgname-$pkgver.tar.bz2" - "https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt" + "requirements_prod-${_parabolaweb_commit}.txt::https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt?id=${_parabolaweb_commit}" ) build() { cd "$srcdir/$pkgname-$pkgver" - prod_file="file://${srcdir}/requirements_prod.txt" make + prod_file="file://${srcdir}/requirements_prod-${_parabolaweb_commit}.txt" make } package_parabolaweb-utils() { @@ -33,5 +36,5 @@ package_parabolaweb-dev() { depends=($(sed -r -e 's/\s*#.*//' depends_make.txt)) } -md5sums=('a6734335001c7695d5a57fb509f8a745' +md5sums=('5fef1c006f8155feb030e83ff66c2400' 'c84e52d81683cb3d572571ac19be89ac') diff --git a/pcr/plowshare/PKGBUILD b/pcr/plowshare/PKGBUILD index 608e13ccf..7f40c9b96 100644 --- a/pcr/plowshare/PKGBUILD +++ b/pcr/plowshare/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: breakdown <breakdown(at)archlinux(dot)us> pkgname=plowshare -pkgver=snapshot_git20131009.5e55a9b +pkgver=snapshot_git20131102.b72c58d pkgrel=1 pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and other file sharing websites." arch=('any') @@ -31,4 +31,4 @@ package() { } # vim:set ts=2 sw=2 et: -md5sums=('cfecd42bf22712f4c410d88c9aa9cf0c') +md5sums=('fdb52ad0a07c1a23aeef3960ebb18916') diff --git a/pcr/quvi-current/PKGBUILD b/pcr/quvi-current/PKGBUILD index 231e79658..8acfc507f 100644 --- a/pcr/quvi-current/PKGBUILD +++ b/pcr/quvi-current/PKGBUILD @@ -5,8 +5,8 @@ pkgname=quvi-current _pkgname=quvi provides=(quvi) -pkgver=0.9.4 -pkgrel=2 +pkgver=0.9.5 +pkgrel=1 pkgdesc='Command-line tool for parsing video download links.' arch=('i686' 'x86_64') url='http://quvi.sourceforge.net/' @@ -26,5 +26,5 @@ package() { cd "${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } -md5sums=('36ba58e00d10b38797c39c0c9e2ef663' +md5sums=('baa1d7b25e9fd173e952e27d4aa4b933' 'SKIP') diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index f6aeb166c..0566f3ed4 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=2013.11.03 +pkgver=2013.11.13 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -27,5 +27,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('62e49076cb5e67233b3a8a8df9c8c0e8' +md5sums=('91e60ba6dc72ac53f4eaf3f4c0159b4e' 'SKIP') |