diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-27 01:22:14 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-12-27 01:22:14 -0500 |
commit | 382742636e550485fa294e903c6535b43ee0d457 (patch) | |
tree | 7c9335f15f8a7296c78bc7b7fe06391dec417058 /pcr | |
parent | bd75d23075a083ffc4fb9b5e6d2eb06326ccf294 (diff) |
rebuild pcr/libixp-hg
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/libixp-hg/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/libixp-hg/PKGBUILD b/pcr/libixp-hg/PKGBUILD index 3642535d1..c914ef662 100644 --- a/pcr/libixp-hg/PKGBUILD +++ b/pcr/libixp-hg/PKGBUILD @@ -9,13 +9,13 @@ license=("MIT") provides=("libixp") conflicts=("libixp") -pkgrel=1 +pkgrel=2 arch=("i686" "x86_64") makedepends=("txt2tags") options=(staticlibs) -source=("libre://${pkgname}-${pkgver}.tar.gz") -md5sums=('5a2fd075108558b39988610d2bb184d9') +source=("https://repo.parabola.nu/other/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('7e63202f7f270777cebe3fd07ae39035') mkdepends=("mercurial") mksource=("$pkgname-$pkgver::hg+https://code.google.com/p/libixp/#revision=${pkgver}") |