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

Jelle van der Waa jelle at archlinux.org
Sat Oct 12 18:24:22 UTC 2019


    Date: Saturday, October 12, 2019 @ 18:24:22
  Author: jelle
Revision: 364688

upgpkg: source-highlight 3.1.9-1

Upstream update

Modified:
  source-highlight/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-12 17:09:14 UTC (rev 364687)
+++ PKGBUILD	2019-10-12 18:24:22 UTC (rev 364688)
@@ -2,8 +2,8 @@
 # Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
 
 pkgname=source-highlight
-pkgver=3.1.8
-pkgrel=19
+pkgver=3.1.9
+pkgrel=1
 pkgdesc="Convert source code to syntax highlighted document"
 arch=('x86_64')
 url="https://www.gnu.org/software/src-highlite/"
@@ -10,16 +10,9 @@
 license=('GPL')
 depends=('bash' 'boost-libs')
 makedepends=('ctags' 'boost')
-source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz"
-        "fix-zsh-highlighting-hangups.patch")
-md5sums=('3243470706ef5fefdc3e43b5306a4e41'
-         '5b6129bca6fcd0ea252fa31bf7a988fa')
+source=("ftp://ftp.gnu.org/gnu/src-highlite/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('d8e154e9a5d62c77807e4e5d36c0faed5ce2964291be5f8b83e2968a6de52229503689a4ca2109a717ae2632a14b63ec937ca0430c91684c72063f6bc0294195')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -Np1 -i "${srcdir}/fix-zsh-highlighting-hangups.patch"
-}
-
 build() {
   cd ${pkgname}-${pkgver}
 



More information about the arch-commits mailing list