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

Sven-Hendrik Haase svenstaro at archlinux.org
Mon Mar 5 00:56:07 UTC 2018


    Date: Monday, March 5, 2018 @ 00:56:06
  Author: svenstaro
Revision: 302451

upgpkg: texstudio 2.12.8-1

Modified:
  texstudio/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-05 00:14:40 UTC (rev 302450)
+++ PKGBUILD	2018-03-05 00:56:06 UTC (rev 302451)
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Clément DEMOULINS <clement at archivel.fr>
 pkgname=texstudio
-pkgver=2.12.6
-pkgrel=5
+pkgver=2.12.8
+pkgrel=1
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('x86_64')
 url="http://texstudio.sourceforge.net/"
@@ -12,27 +12,27 @@
 optdepends=('evince: pdf reader'
             'okular: alternate pdf reader')
 replaces=('texmakerx')
-source=("hg+http://hg.code.sf.net/p/texstudio/hg#tag=${pkgver}"
+source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz"
         fs54269.patch
         fs56433.patch)
-sha512sums=('SKIP'
+sha512sums=('0076617f6421fa959c8c327bc81d4d27779358481b377d83856fe26b963d7c3c1e04d3b11e8f7eeb99cab9c089c8e7afcbb9c93a5aaccd00cf493792b802bfcb'
             '247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
             'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
 
 prepare() {
-    cd hg
+    cd texstudio-${pkgver}/src
     patch -Np1 < "${srcdir}"/fs54269.patch
     patch -Np1 < "${srcdir}"/fs56433.patch
 }
 
 build() {
-    cd hg
+    cd texstudio-${pkgver}
     qmake-qt5 CONFIG-="debug" texstudio.pro
     make
 }
 
 package() {
-    cd hg
+    cd texstudio-${pkgver}
     make INSTALL_ROOT="${pkgdir}" install
 
     for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do



More information about the arch-commits mailing list