[arch-commits] Commit in uncrustify/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Nov 28 17:52:46 UTC 2019


    Date: Thursday, November 28, 2019 @ 17:52:45
  Author: arojas
Revision: 534292

Update to 0.70.1

Modified:
  uncrustify/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-11-28 17:50:36 UTC (rev 534291)
+++ PKGBUILD	2019-11-28 17:52:45 UTC (rev 534292)
@@ -2,7 +2,7 @@
 # Contributor: Auguste Pop <auguste [at] gmail [dot] com>
 
 pkgname=uncrustify
-pkgver=0.70.0
+pkgver=0.70.1
 pkgrel=1
 pkgdesc="A source code beautifier"
 arch=(x86_64)
@@ -11,12 +11,16 @@
 depends=(gcc-libs)
 makedepends=(cmake python)
 source=("https://github.com/uncrustify/uncrustify/archive/uncrustify-$pkgver.tar.gz")
-sha256sums=('d8ff60852e6db90c855cab18dd8003fde6f8694d8a85556a86f01114729c5185')
+sha256sums=('ad0a7b1f68aa3527d1b89d177d192385fe41b830d46167bde3c3b578e9b0ed06')
 
+prepare() {
+  mkdir -p build
+}
+
 build() {
-  mkdir -p build
   cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver
+  cmake ../$pkgname-$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 



More information about the arch-commits mailing list