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

Antonio Rojas arojas at archlinux.org
Wed Jul 12 16:53:05 UTC 2017


    Date: Wednesday, July 12, 2017 @ 16:53:04
  Author: arojas
Revision: 300155

PIE rebuild

Modified:
  yasm/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-12 16:10:38 UTC (rev 300154)
+++ PKGBUILD	2017-07-12 16:53:04 UTC (rev 300155)
@@ -3,12 +3,13 @@
 
 pkgname=yasm
 pkgver=1.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A rewrite of NASM to allow for multiple syntax supported (NASM, TASM, GAS, etc.)"
 arch=('i686' 'x86_64')
 url="http://www.tortall.net/projects/yasm/"
 license=('BSD' 'GPL2' 'LGPL2.1' 'PerlArtistic')
 depends=('glibc')
+checkdepends=('systemd')
 options=('staticlibs')
 source=(http://www.tortall.net/projects/yasm/releases/${pkgname}-${pkgver}.tar.gz)
 sha1sums=('b7574e9f0826bedef975d64d3825f75fbaeef55e')



More information about the arch-commits mailing list