summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChris Severance2018-08-13 09:59:47 -0400
committerChris Severance2018-08-13 09:59:47 -0400
commitd156127c97316c7e91d2f03344f73d113ca269a3 (patch)
treebae62b823062eb0108423a3820176ffc17e9ca1e /PKGBUILD
parent42fe5cf18a4ee87d6ea3ee2b37bd2a93e7e34c34 (diff)
downloadaur-d156127c97316c7e91d2f03344f73d113ca269a3.tar.gz
autu: Update to 1.8.58-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 668b6b2645e1..444d2474e73c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
set -u
_pkgnameu='InterCon-NetTool'
pkgname="${_pkgnameu,,}"
-pkgver='1.8.57'
+pkgver='1.8.58'
pkgrel='1'
pkgdesc='Administer SEH USB and parallel Print Servers'
arch=('i686' 'x86_64')
@@ -16,15 +16,15 @@ _verwatch=("${url}services/downloads/download-printserver-extern/ps03a.html" 'In
_srcdir="${_pkgnameu}-Linux-${pkgver}"
options=('!strip')
source=("${url}fileadmin/user/downloads/tools/${_srcdir}.zip")
-sha256sums=('aa4919920e38cd1c38164afd8dccecef0fda9b12f03bc936d8200b7e4b53fea5')
+sha256sums=('b1aeffa056c068f7d0a5ccfe266dabd75a88f702ce06980dc1b910398b1e73f8')
prepare() {
set -u
cd "${_srcdir}"
chmod 644 *
- local _ver="${pkgver/\./_}"
- _ver="${_ver/\./-}"
- bsdtar -x -f "${_pkgnameu}-${_ver}.i386.rpm"
+ #local _ver="${pkgver/\./_}"
+ #_ver="${_ver/\./-}"
+ bsdtar -x -f "${_pkgnameu}-${pkgver}.rpm"
set +u
}
@@ -42,7 +42,7 @@ package() {
cd "${srcdir}"
install -Dm644 <(cat << EOF
# Automatically generated by ${pkgname}-${pkgver} PKGBUILD from Arch Linux AUR
-# http://aur.archlinux.org/
+# https://aur.archlinux.org/
[Desktop Entry]
Name=Intercon NetTool
@@ -51,7 +51,7 @@ Comment=Manage SEH-Intercon Print Servers
Exec=/usr/bin/nettool
Terminal=false
Type=Application
-#Icon=edb
+Icon=edb
Categories=Application;Utility;
MimeType=application/x-executable
EOF