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

Balló György bgyorgy at archlinux.org
Thu Jun 3 16:50:49 UTC 2021


    Date: Thursday, June 3, 2021 @ 16:50:49
  Author: bgyorgy
Revision: 955696

Minor changes

Modified:
  gtkspellmm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-03 16:47:17 UTC (rev 955695)
+++ PKGBUILD	2021-06-03 16:50:49 UTC (rev 955696)
@@ -4,13 +4,13 @@
 pkgname=(gtkspellmm gtkspellmm-docs)
 pkgver=3.0.5
 pkgrel=4
-url="http://gtkspell.sourceforge.net/"
-pkgdesc="C++ binding for gtkspell"
-arch=(x86_64)
-license=(GPL)
-depends=(gtkmm3 gtkspell3)
-makedepends=(gtkmm3-docs)
-source=(https://downloads.sourceforge.net/gtkspell/$pkgbase-$pkgver.tar.xz)
+pkgdesc='C++ binding for gtkspell'
+arch=('x86_64')
+url='http://gtkspell.sourceforge.net/'
+license=('GPL')
+depends=('gtkmm3' 'gtkspell3')
+makedepends=('gtkmm3-docs')
+source=("https://downloads.sourceforge.net/gtkspell/$pkgbase-$pkgver.tar.xz")
 sha256sums=('5b875a5753ce593274d0c6e803af6300973020c5443905999aba96ed3cef1545')
 
 build() {
@@ -26,7 +26,7 @@
 }
 
 package_gtkspellmm-docs() {
-  pkgdesc="Developer documentation for gtkspellmm"
+  pkgdesc='Developer documentation for gtkspellmm'
   depends=(gtkmm3-docs)
 
   cd $pkgbase-$pkgver



More information about the arch-commits mailing list