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

Balló György bgyorgy at archlinux.org
Sat Apr 17 00:43:47 UTC 2021


    Date: Saturday, April 17, 2021 @ 00:43:47
  Author: bgyorgy
Revision: 919583

Minor changes

Modified:
  gnubiff/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-17 00:29:18 UTC (rev 919582)
+++ PKGBUILD	2021-04-17 00:43:47 UTC (rev 919583)
@@ -6,14 +6,14 @@
 pkgname=gnubiff
 pkgver=2.2.17
 pkgrel=7
-pkgdesc="Mail notification program that checks for mail and displays headers when new mail has arrived"
+pkgdesc='Mail notification program that checks for mail and displays headers when new mail has arrived'
 arch=('x86_64')
-url="http://gnubiff.sourceforge.net/"
+url='http://gnubiff.sourceforge.net/'
 license=('GPL3')
 depends=('gtk3')
 makedepends=('intltool')
-source=(https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-        gnubiff.appdata.xml)
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
+        'gnubiff.appdata.xml')
 sha256sums=('e616ab031d493e4b9b27a2bccc810e4b2ada912b3cf8d44f39325cbc5293fb2c'
             '372cec540a50c0f1be01f8e097f5d530dc5f78d571337377048652e62c0cc939')
 
@@ -24,7 +24,8 @@
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-fam --disable-gnome --with-password --with-password-string="65423957eb027b94c9e661611c0e4271"
+  ./configure --prefix=/usr --disable-fam --disable-gnome --with-password \
+    --with-password-string="65423957eb027b94c9e661611c0e4271"
   make
 }
 



More information about the arch-commits mailing list