[arch-commits] Commit in liteide/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Thu Oct 22 10:55:57 UTC 2020
Date: Thursday, October 22, 2020 @ 10:55:57
Author: arodseth
Revision: 728994
upgpkg: liteide 37.3-1
Modified:
liteide/trunk/PKGBUILD
----------+
PKGBUILD | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-10-22 10:54:33 UTC (rev 728993)
+++ PKGBUILD 2020-10-22 10:55:57 UTC (rev 728994)
@@ -4,8 +4,8 @@
# Contributor: Matthew Zimmerman <mzimmerman at gmail.com>
pkgname=liteide
-pkgver=37.2
-pkgrel=2
+pkgver=37.3
+pkgrel=1
pkgdesc='IDE for editing and building projects written in the Go programming language'
license=(LGPL)
arch=(x86_64)
@@ -16,19 +16,18 @@
'go: go compiler'
'gcc-go: go compiler')
options=(!strip !emptydirs)
-source=("$pkgname-x$pkgver::git+$url#commit=0fdfe0d12516e70b6ab491ee002249cbb23d5d57") # tag: x37.2
-md5sums=('SKIP')
+source=("$pkgname-x$pkgver::git+$url#commit=7230f1b85b0fad5c74eeea46998d06ca13eb925b") # tag: x37.3
+sha256sums=(SKIP)
prepare() {
- chmod +x "liteide-x"$pkgver"/build/"*_*.sh
+ chmod +x "liteide-x$pkgver/build/"*_*.sh
# Fix for FS#4662 until fixed by upstream
cd "liteide-x$pkgver/liteidex/os_deploy/linux/liteenv"
- sed -i 's|^GOROOT|#GOROOT|g' linux32.env
- sed -i 's|^GOROOT|#GOROOT|g' linux64.env
+ sed -i 's|^GOROOT|#GOROOT|g' linux{32,64}.env
# Fix the libpng warning: iCCP: known incorrect sRGB profile
- find "$srcdir" -type f -iname "*.png" -exec mogrify -strip '{}' \;
+ find "$srcdir" -type f -iname '*.png' -exec mogrify -strip '{}' \;
# relro
sed -i 's/"CONFIG+=release"/"CONFIG+=release" "QMAKE_LFLAGS+=-Wl,-z,relro,-z,now" "QMAKE_CXXFLAGS+=-Wl,-z,relro,-z,now"/g' \
@@ -94,4 +93,3 @@
}
# getver: raw.githubusercontent.com/visualfc/liteide/master/build/liteide_archlinux/PKGBUILD
-# vim: ts=2 sw=2 et:
More information about the arch-commits
mailing list