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

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 17 16:55:42 UTC 2021


    Date: Sunday, October 17, 2021 @ 16:55:41
  Author: arojas
Revision: 1030761

Update to 20210124

Modified:
  unhide/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-17 16:50:26 UTC (rev 1030760)
+++ PKGBUILD	2021-10-17 16:55:41 UTC (rev 1030761)
@@ -1,29 +1,29 @@
 # Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
 
 pkgname=unhide
-pkgver=20130526
-pkgrel=3
+pkgver=20210124
+pkgrel=1
 pkgdesc='A forensic tool to find processes hidden by rootkits, LKMs or by other techniques.'
 arch=('x86_64')
 url='https://sourceforge.net/projects/unhide/'
 license=('GPL3')
 depends=('iproute2' 'lsof' 'psmisc' 'net-tools' 'procps-ng')
-source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgname-$pkgver.tgz"
+source=("https://downloads.sourceforge.net/project/$pkgname/$pkgname/Unhide-$pkgver.tar.gz"
         "Makefile")
-md5sums=('f3d68ed8eb239614abb0ff5ace22cf85'
+md5sums=('6a6a6d64c99a58bb99f04aed5b2f7283'
          '68ec8dcd2f25d4d5dad089a8535d462f')
 
 prepare() {
-  cp -f Makefile $pkgname-$pkgver/
+  cp -f Makefile Unhide-$pkgver/
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd Unhide-$pkgver
   make
 }
 
 package() {
-  cd $pkgname-$pkgver
+  cd Unhide-$pkgver
   make PREFIX=/usr DESTDIR="$pkgdir" install
   ln -s unhide-linux "$pkgdir/usr/bin/unhide"
 }



More information about the arch-commits mailing list