summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Dziedzic2012-08-24 19:00:12 +0000
committerSandy Carter2015-08-14 16:58:30 -0400
commit99884eaa7caaed6ccbe572a7c43679833c6bed35 (patch)
treee6493525c3edd26964440a5d6df0e652d76237dd
parent03d8927357792d23c462e1063401323aa6d0afe4 (diff)
downloadaur-99884eaa7caaed6ccbe572a7c43679833c6bed35.tar.gz
updated on Fri Aug 24 19:00:12 UTC 2012
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81b1674e9ae6..90a75a3cd6f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = htmlcxx
pkgdesc = A simple non-validating css1 and html parser for C++.
pkgver = 0.85
- pkgrel = 2
+ pkgrel = 3
url = http://htmlcxx.sourceforge.net/
arch = i686
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = htmlcxx
conflicts = htmlcxx
conflicts = libhtmlcxx
conflicts = libcss_parser
- source = http://kent.dl.sourceforge.net/project/htmlcxx/htmlcxx/0.85/htmlcxx-0.85.tar.gz
+ source = http://heanet.dl.sourceforge.net/project/htmlcxx/htmlcxx/0.85/htmlcxx-0.85.tar.gz
source = missing-header.patch
md5sums = dbe13c25b5846eb7cbbfa63d85f00f74
md5sums = 6c89882e310e9945fb0f4cdbb1f965bf
diff --git a/PKGBUILD b/PKGBUILD
index 62fb0c13ae60..3d5fe1830e7e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=htmlcxx
pkgver=0.85
-pkgrel=2
+pkgrel=3
pkgdesc="A simple non-validating css1 and html parser for C++."
arch=('i686' 'x86_64')
url="http://htmlcxx.sourceforge.net/"
@@ -11,7 +11,7 @@ depends=()
makedepends=()
conflicts=('htmlcxx' 'libhtmlcxx' 'libcss_parser')
provides=('htmlcxx' 'libhtmlcxx' 'libcss_parser')
-source=("http://kent.dl.sourceforge.net/project/htmlcxx/htmlcxx/$pkgver/htmlcxx-$pkgver.tar.gz"
+source=("http://heanet.dl.sourceforge.net/project/htmlcxx/htmlcxx/$pkgver/htmlcxx-$pkgver.tar.gz"
"missing-header.patch")
md5sums=(dbe13c25b5846eb7cbbfa63d85f00f74
6c89882e310e9945fb0f4cdbb1f965bf)