summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjc_gargma <jc_gargma@iserlohn-fortress.net>2019-03-15 15:22:54 -0700
committerjc_gargma <jc_gargma@iserlohn-fortress.net>2019-03-15 15:22:54 -0700
commit388bcd866aba84f505e55782f4bdf209cc0639b2 (patch)
treea6689adf425058d37799f41519d6a06d8c2db9cf
parentInitial commit (diff)
downloadhtmlcxx-388bcd866aba84f505e55782f4bdf209cc0639b2.tar.xz
Updated to 0.87 | Synced with upstream
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 96d4c62..0213914 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
# Contributor (AUR): Eduardo Sánchez Muñoz <eduardosanchezmunoz@gmail.com>
# # I maintain this because:
-# AUR version uses http
+# I use it and it is not in an official repo
pkgname=htmlcxx
-pkgver=0.86
+pkgver=0.87
pkgrel=1
pkgdesc="A simple non-validating CSS1 and HTML parser for C++."
arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@ depends=()
makedepends=()
conflicts=('htmlcxx' 'libhtmlcxx' 'libcss_parser')
provides=('htmlcxx' 'libhtmlcxx' 'libcss_parser')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('07542b5ea2442143b125ba213b6823ff4a23fff352ecdd84bbebe1d154f4f5c1')
+source=("https://sourceforge.net/projects/${pkgname}/files/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('5d38f938cf4df9a298a5346af27195fffabfef9f460fc2a02233cbcfa8fc75c8')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"