diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-24 03:49:02 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-24 03:49:02 +0000 |
commit | 58a72e3d6c07ca57231ada1576ba86af346197d4 (patch) | |
tree | 1e2ab396a5c53f24fedef939833ca53fd8566847 /pcr | |
parent | 1a04b89cbb8e27e4622005c896745498af51ef45 (diff) |
Fri Jan 24 03:41:27 UTC 2014
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/emacs-lucid/PKGBUILD | 3 | ||||
-rw-r--r-- | pcr/hunspell-pt-br/PKGBUILD | 6 | ||||
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/pcr/emacs-lucid/PKGBUILD b/pcr/emacs-lucid/PKGBUILD index f88607e0a..1c87aaef4 100644 --- a/pcr/emacs-lucid/PKGBUILD +++ b/pcr/emacs-lucid/PKGBUILD @@ -1,4 +1,3 @@ -# $Id: PKGBUILD 192474 2013-08-12 20:25:41Z eric $ # Maintainer: Luke Shumaker <lukeshu@sbcglobal.net> # Maintainer (Arch): Juergen Hoetzel <juergen@archlinux.org> # Contributor: Renchi Raju <renchi@green.tam.uiuc.edu> @@ -6,7 +5,7 @@ _pkgname=emacs pkgname=emacs-lucid pkgver=24.3 -pkgrel=4 +pkgrel=5 pkgdesc="The extensible, customizable, self-documenting real-time display editor" arch=('i686' 'x86_64') url="http://www.gnu.org/software/emacs/emacs.html" diff --git a/pcr/hunspell-pt-br/PKGBUILD b/pcr/hunspell-pt-br/PKGBUILD index 0ae4e4e76..5c4ff0c3a 100644 --- a/pcr/hunspell-pt-br/PKGBUILD +++ b/pcr/hunspell-pt-br/PKGBUILD @@ -5,14 +5,14 @@ pkgname=hunspell-pt-br pkgver=3.2 -pkgrel=1 +pkgrel=2 pkgdesc="Portuguese (Brazil) dictionary" arch=(any) url="http://pt-br.libreoffice.org/projetos/projeto-vero-verificador-ortografico" license=('LGPLv3' 'MPL') optdepends=('hunspell: the spell checking libraries and apps') -source=(http://pt-br.libreoffice.org/assets/VeroptBRV320AOG.oxt) -md5sums=('3b2f7291d486435cf6706b55e02da5b6') +source=(http://pt-br.libreoffice.org/assets/VeroptBRV320AOC.oxt) +md5sums=('9a9ac174c401406604bfcf101de2a7ba') package() { install -D -m644 ${srcdir}/pt_BR.dic ${pkgdir}/usr/share/hunspell/pt_BR.dic diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index a88d99bb6..856d909e2 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.01.22.3 +pkgver=2014.01.23.2 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=('16f30350b5de9f13174839670565eb4f' +md5sums=('4be7593dfe2a7d1db6c08e5543b0e2e0' 'SKIP') |