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

Felix Yan felixonmars at archlinux.org
Fri Jun 11 00:12:47 UTC 2021


    Date: Friday, June 11, 2021 @ 00:12:46
  Author: felixonmars
Revision: 417945

format fixes

Modified:
  m17n-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-11 00:12:03 UTC (rev 417944)
+++ PKGBUILD	2021-06-11 00:12:46 UTC (rev 417945)
@@ -11,7 +11,7 @@
 depends=('libxft' 'm17n-db' 'fribidi' 'libthai' 'libxml2' 'gd' 'libotf')
 makedepends=('anthy' 'ispell')
 optdepends=('anthy: to use the anthy input method'
-			'ispell: to use the ispell input method')
+            'ispell: to use the ispell input method')
 options=('!makeflags' '!emptydirs')
 validpgpkeys=('D68584F9B40A6502FD7C53015F592A4029890630')
 source=("https://download.savannah.gnu.org/releases/m17n/${pkgname}-${pkgver}.tar.gz")
@@ -18,17 +18,17 @@
 sha256sums=('78bacae7451822dfff62482ce4f9433c5ae82846e4c64b590541e29e800fe64a')
 
 prepare() {
-	cd ${pkgname}-${pkgver}
-	sed -i 's/freetype-config/pkg-config freetype2/' configure
+  cd ${pkgname}-${pkgver}
+  sed -i 's/freetype-config/pkg-config freetype2/' configure
 }
 
 build() {
-	cd ${pkgname}-${pkgver}
-	./configure --prefix=/usr
-	make
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
 }
 
 package() {
-	cd ${pkgname}-${pkgver}
-	make DESTDIR="${pkgdir}" install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list