[arch-commits] Commit in latexila/repos/community-x86_64 (PKGBUILD PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Nov 22 14:15:52 UTC 2017


    Date: Wednesday, November 22, 2017 @ 14:15:50
  Author: bgyorgy
Revision: 268026

archrelease: copy trunk to community-x86_64

Added:
  latexila/repos/community-x86_64/PKGBUILD
    (from rev 268025, latexila/trunk/PKGBUILD)
Deleted:
  latexila/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-22 14:15:42 UTC (rev 268025)
+++ PKGBUILD	2017-11-22 14:15:50 UTC (rev 268026)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
-# Contributor: Bernd Prünster (JesusMcCloud) <aur at berndpruenster.org>
-
-pkgname=latexila
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="LaTeX editor for the GNOME desktop"
-arch=('x86_64' 'i686')
-url="https://wiki.gnome.org/Apps/LaTeXila"
-license=('GPL3')
-depends=('gsettings-desktop-schemas' 'gspell' 'libgee' 'tepl')
-makedepends=('intltool' 'itstool' 'python')
-optdepends=('texlive-core: build LaTeX documents')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('192a6759718e2b2122438a397bd37e90cb2f10b9ab30cdebfe2124e37cc3926d')
-
-build() {
-	cd $pkgname-$pkgver
-	./configure --prefix=/usr
-	make
-}
-
-package() {
-	cd $pkgname-$pkgver
-	make DESTDIR="$pkgdir" install
-}

Copied: latexila/repos/community-x86_64/PKGBUILD (from rev 268025, latexila/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-11-22 14:15:50 UTC (rev 268026)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
+# Contributor: Bernd Prünster (JesusMcCloud) <aur at berndpruenster.org>
+
+pkgname=latexila
+pkgver=3.26.1
+pkgrel=1
+pkgdesc="LaTeX editor for the GNOME desktop"
+arch=('x86_64')
+url="https://wiki.gnome.org/Apps/LaTeXila"
+license=('GPL3')
+depends=('gsettings-desktop-schemas' 'gspell' 'libgee' 'tepl')
+makedepends=('intltool' 'itstool' 'python')
+optdepends=('texlive-core: build LaTeX documents')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('658eba0db71864eb6d4873516d97e05be3e63085ff55513c8f10145ffb657151')
+
+build() {
+	cd $pkgname-$pkgver
+	./configure --prefix=/usr
+	make
+}
+
+package() {
+	cd $pkgname-$pkgver
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list