diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-16 00:13:47 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-16 00:59:35 -0500 |
commit | 4164313874cac491d775bcba441cfe1f36eca0bf (patch) | |
tree | b27127e4c372be6e58d40b64e30910bec834d41a /pcr | |
parent | 7439f6fc0010d271f11438d67d3f21b0b76b6c67 (diff) |
pcr/libixp-hg: Fix the URL
Also, staticlibs is no longer necessary.
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/libixp-hg/PKGBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pcr/libixp-hg/PKGBUILD b/pcr/libixp-hg/PKGBUILD index c914ef662..9fa3ebe59 100644 --- a/pcr/libixp-hg/PKGBUILD +++ b/pcr/libixp-hg/PKGBUILD @@ -3,21 +3,20 @@ pkgname="libixp-hg" pkgver=148 pkgdesc="A 9p client/server library" -url="http://libs.suckless.org/libixp" +url="https://code.google.com/p/libixp" license=("MIT") provides=("libixp") conflicts=("libixp") -pkgrel=2 +pkgrel=3 arch=("i686" "x86_64") makedepends=("txt2tags") -options=(staticlibs) source=("https://repo.parabola.nu/other/${pkgname}/${pkgname}-${pkgver}.tar.gz") md5sums=('7e63202f7f270777cebe3fd07ae39035') -mkdepends=("mercurial") +mkdepends=('mercurial') mksource=("$pkgname-$pkgver::hg+https://code.google.com/p/libixp/#revision=${pkgver}") mkmd5sums=('SKIP') mksource() { |