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

Antonio Rojas arojas at archlinux.org
Sat Jun 9 06:14:47 UTC 2018


    Date: Saturday, June 9, 2018 @ 06:14:46
  Author: arojas
Revision: 342108

BUILDINFO rebuild

Modified:
  iodine/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-09 06:12:20 UTC (rev 342107)
+++ PKGBUILD	2018-06-09 06:14:46 UTC (rev 342108)
@@ -6,7 +6,7 @@
 
 pkgname=iodine
 pkgver=0.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Tunnel IPv4 data through a DNS server'
 arch=('x86_64')
 url='http://code.kryo.se/iodine'
@@ -20,6 +20,11 @@
             '4019f95432c7b272b96c80a112abd56f4c308bfab4cc920525880c30f417cb84'
             '47e710954cdf68b4c2f66cac367c2bf4e750f682cd393001b8da67da1cdee54b')
 
+prepare() {
+  cd $pkgname-$pkgver
+  sed -e 's/-lsystemd-daemon/-lsystemd/' -i src/osflags
+}
+
 build() {
   cd ${pkgname}-${pkgver}
 



More information about the arch-commits mailing list