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

Antonio Rojas arojas at archlinux.org
Thu Apr 15 21:04:24 UTC 2021


    Date: Thursday, April 15, 2021 @ 21:04:24
  Author: arojas
Revision: 919214

Update to 3.8.1

Modified:
  sakura/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-15 20:58:40 UTC (rev 919213)
+++ PKGBUILD	2021-04-15 21:04:24 UTC (rev 919214)
@@ -2,7 +2,7 @@
 # Contributor: Dmitry N. Shilov <stormblast at land.ru>
 
 pkgname=sakura
-pkgver=3.7.1
+pkgver=3.8.1
 pkgrel=1
 pkgdesc="A terminal emulator based on GTK and VTE"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('vte3' 'libxft')
 makedepends=('cmake')
 source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
-sha256sums=('729a4e0e750a4294bd9059243aac54df2a801250159fc550b50b0fe026ab928b')
+sha256sums=('40bc43fdb2950160d361d4ab690196d39da22fb634b756cec942991ff9ee9cdc')
 
 prepare() {
   cd "$srcdir/${pkgname}-${pkgver}"
@@ -31,8 +31,4 @@
   cd "$srcdir/${pkgname}-${pkgver}"
 
   make DESTDIR="${pkgdir}" install 
-  # extract the keybindings from the installed documentation, rest is only relevant during build time
-  awk '/^Keybindings/{f="'${pkgdir}'/usr/share/doc/'${pkgname}'/KEYBINDINGS"} f{print > f} /^END/' \
-        "${pkgdir}"/usr/share/doc/${pkgname}/INSTALL
-  rm "${pkgdir}/usr/share/doc/${pkgname}/INSTALL"
 }



More information about the arch-commits mailing list