diff options
Diffstat (limited to 'pcr/libixp-hg')
-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}") |