summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormotte2020-06-20 21:51:56 +0300
committermotte2020-06-20 21:51:56 +0300
commit5d5af68d7b03ae0d08bbc59d05e3c35e3c3fa566 (patch)
treea714b3359d1bf5a75b05fac28c982df9826c2b52
parentb6e25be22ea7a4f126d929bbc14e9df46273a046 (diff)
downloadaur-5d5af68d7b03ae0d08bbc59d05e3c35e3c3fa566.tar.gz
Bump version to 0.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c93af30d918..6f05edad52c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cppman
pkgdesc = C++ 98/11/14 manual pages for Linux/MacOS
- pkgver = 0.5.0
- pkgrel = 2
+ pkgver = 0.5.1
+ pkgrel = 1
url = https://github.com/aitjcize/cppman
arch = any
license = GPL3
@@ -10,8 +10,8 @@ pkgbase = cppman
depends = python-html5lib
optdepends = vim: For using vim as a pager
conflicts = cppman-git
- source = https://pypi.python.org/packages/53/9a/4908e1de68541c43961bea068c7062e91f8c8b656ea5fcf6ce0d7138a702/cppman-0.5.0.tar.gz
- md5sums = 7aa0e08ddcdfce22a39005881aae9713
+ source = https://files.pythonhosted.org/packages/e4/a0/6c8af0f95dc7fe418f2cf812a8704780f83295235c7f32b12e87e77a79e4/cppman-0.5.1.tar.gz
+ sha256sums = a34261da3186d4f13836fec72e32258b82b6fad7d25f353d54ca54e831dd8589
pkgname = cppman
diff --git a/PKGBUILD b/PKGBUILD
index 765529c15261..cfb6a11fe663 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: motte <ettom22 at hotmail dot com>
# Contributor: Wei-Ning Huang <aitjcize@gmail.com>
pkgname=cppman
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
pkgdesc="C++ 98/11/14 manual pages for Linux/MacOS"
arch=('any')
url="https://github.com/aitjcize/cppman"
@@ -12,8 +12,8 @@ depends=(python python-beautifulsoup4 python-html5lib)
optdepends=("vim: For using vim as a pager")
-source=("https://pypi.python.org/packages/53/9a/4908e1de68541c43961bea068c7062e91f8c8b656ea5fcf6ce0d7138a702/${pkgname}-${pkgver}.tar.gz")
-md5sums=('7aa0e08ddcdfce22a39005881aae9713')
+source=("https://files.pythonhosted.org/packages/e4/a0/6c8af0f95dc7fe418f2cf812a8704780f83295235c7f32b12e87e77a79e4/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('a34261da3186d4f13836fec72e32258b82b6fad7d25f353d54ca54e831dd8589')
build() {
cd ${pkgname}-${pkgver}