diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/otf-stix/PKGBUILD | 2 | ||||
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/pcr/otf-stix/PKGBUILD b/pcr/otf-stix/PKGBUILD index 60fc88680..6a9b2d62c 100644 --- a/pcr/otf-stix/PKGBUILD +++ b/pcr/otf-stix/PKGBUILD @@ -5,7 +5,7 @@ pkgname=otf-stix pkgver=1.1.0 #_pkgver=${pkgver//_/-} -pkgrel=1 +pkgrel=2 epoch=2 pkgdesc='A comprehensive set of fonts that serve the scientific and engineering community.' diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 1fb918903..71517f39b 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.07.17.1 +pkgver=2013.07.18 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -14,7 +14,7 @@ license=('custom') depends=('python') makedepends=('python-distribute') source=(http://youtube-dl.org/downloads/${pkgver}/${_pkgname}-${pkgver}.tar.gz{,.sig}) -md5sums=('689d7d2507a0a452e53c2c40957220dc' +md5sums=('a644d8419f5387a91387d1e9db97d00f' 'SKIP') prepare() { |