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

Christian Hesse eworm at archlinux.org
Tue Aug 1 07:58:57 UTC 2017


    Date: Tuesday, August 1, 2017 @ 07:58:56
  Author: eworm
Revision: 301444

upgpkg: leafpad 0.8.18.1-6

* switch to sha256 checksum
* rebuild with hardening flags

Modified:
  leafpad/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-31 20:09:30 UTC (rev 301443)
+++ PKGBUILD	2017-08-01 07:58:56 UTC (rev 301444)
@@ -4,7 +4,7 @@
 
 pkgname=leafpad
 pkgver=0.8.18.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A notepad clone for GTK+ 2.0"
 arch=('i686' 'x86_64')
 url="http://tarot.freeshell.org/leafpad/"
@@ -11,8 +11,8 @@
 license=('GPL')
 depends=('gtk2')
 makedepends=('intltool')
-source=(https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('254a72fc67505e3aa52884c729cd7b97')
+source=("https://download.savannah.gnu.org/releases/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('959d22ae07f22803bc66ff40d373a854532a6e4732680bf8a96a3fbcb9f80a2c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"



More information about the arch-commits mailing list