summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abb5374fb05f..e3af8992cd90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-#Automatically generated by pip2arch on 2014-08-29
+# Maintainer: Marcin Wieczorek
+
pkgname=cppclean
-pkgver=0.11
+pkgver=0.12
pkgrel=1
pkgdesc="Find problems in C++ source that slow development of large code bases."
url="https://github.com/myint/cppclean"
depends=('python')
-makedepends=('python3')
license=('Apache')
arch=('any')
-source=("https://github.com/myint/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('863c72ee34ae10307d8dd3cf43a8693aa9ab5170d86e344aafa67694857208c5')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/myint/${pkgname}/archive/v${pkgver}.tar.gz")
+sha256sums=('089216625569039cc0fda521b0bb4acd715419bf0662f96d7603ed9d4af9e4c4')
build() {
cd $srcdir/$pkgname-$pkgver