[arch-commits] Commit in uncrustify/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon May 20 21:25:45 UTC 2019
Date: Monday, May 20, 2019 @ 21:25:45
Author: arojas
Revision: 468135
Update to 0.69.0
Modified:
uncrustify/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-20 20:57:45 UTC (rev 468134)
+++ PKGBUILD 2019-05-20 21:25:45 UTC (rev 468135)
@@ -2,16 +2,16 @@
# Contributor: Auguste Pop <auguste [at] gmail [dot] com>
pkgname=uncrustify
-pkgver=0.68.1
+pkgver=0.69.0
pkgrel=1
pkgdesc="A source code beautifier"
-arch=('x86_64')
+arch=(x86_64)
url="http://uncrustify.sourceforge.net/"
-license=('GPL')
-depends=("gcc-libs")
-makedepends=("cmake" "python")
+license=(GPL)
+depends=(gcc-libs)
+makedepends=(cmake python)
source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('799170da8c0665af5f6f28d982d59b811bb239b7f283181735ee7e66138082e9')
+sha256sums=('f64ecdbd5ce8b3e3d037186f7cce595b3e73cbd2863b7067ad7a219c34ae1fb8')
build() {
mkdir -p build
More information about the arch-commits
mailing list