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

Alexander Rødseth arodseth at archlinux.org
Thu Nov 19 13:08:10 UTC 2020


    Date: Thursday, November 19, 2020 @ 13:08:10
  Author: arodseth
Revision: 757576

FS#68665

Modified:
  gummi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-19 12:35:36 UTC (rev 757575)
+++ PKGBUILD	2020-11-19 13:08:10 UTC (rev 757576)
@@ -1,20 +1,19 @@
 # Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Thomas Dziedzic <gostrc at gmail.com>
 # Contributor: Sergio A. Morales <sergiomorales at archlinux.cl>
 # Contributor: soeren <nonick at posteo.de>
 
 pkgname=gummi
+pkgver=0.8.1
+pkgrel=2
 epoch=2
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Simple LaTex editor for GTK2 users'
+pkgdesc='Simple LaTeX editor'
 arch=(x86_64)
 url='https://github.com/alexandervdm/gummi'
 license=(MIT)
 depends=(gtksourceview3 gtkspell3 poppler-glib texlive-core)
 makedepends=(git intltool setconf)
-# tag: 0.8.1
-source=("git+$url#commit=fc61bc04787563290edc9f7e77446541288e6ef8")
+source=("git+$url#commit=fc61bc04787563290edc9f7e77446541288e6ef8") # tag: 0.8.1
 md5sums=('SKIP')
 
 prepare() {
@@ -36,9 +35,6 @@
 }
 
 package() {
-  cd $pkgname
-  DESTDIR="$pkgdir" make install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  DESTDIR="$pkgdir" make -C $pkgname install
+  install -Dm644 $pkgname/COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
-
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list