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

Jelle van der Waa jelle at archlinux.org
Wed May 30 21:28:10 UTC 2018


    Date: Wednesday, May 30, 2018 @ 21:28:10
  Author: jelle
Revision: 333515

upgpkg: acetoneiso2 2.3-10

Update to remove malicious url of a domain squatter, since the projects domain is expired and now loads ads..

Modified:
  acetoneiso2/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-30 21:24:16 UTC (rev 333514)
+++ PKGBUILD	2018-05-30 21:28:10 UTC (rev 333515)
@@ -5,7 +5,7 @@
 
 pkgname=acetoneiso2
 pkgver=2.3
-pkgrel=9
+pkgrel=10
 pkgdesc="An all in one ISO tool (bin mdf nrg img daa dmg cdi b5i bwi pdi iso)"
 arch=('x86_64')
 url="http://sourceforge.net/projects/acetoneiso"
@@ -29,6 +29,9 @@
   sed -i 's/TARGET = /TARGET = acetoneiso/' acetoneiso.pro
   sed -i 's/QT += phonon/LIBS += -lphonon4qt5/' acetoneiso.pro
   sed -i 's at INCLUDEPATH.*$@& /usr/include/phonon4qt5@' acetoneiso.pro
+
+  # Remove malware from loading in the Updates tab, due to an expired domain being captured.
+  sed -i 's#http://www.acetoneteam.org/clients.html##' ui/acetoneiso.ui
 }
 
 build() {



More information about the arch-commits mailing list