summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Maciej Nowak2022-08-30 17:47:53 +0200
committerTomasz Maciej Nowak2022-08-30 17:47:53 +0200
commit63f7a6552244289190a0df0c57136466512daffd (patch)
tree4a32bd0ec61d3339173312a184ade1e995f6a6b8
parentdf642edf075c19d44f11ec33eeb48cd69003387f (diff)
downloadaur-63f7a6552244289190a0df0c57136466512daffd.tar.gz
upgpkg: p7zip-gui 16.02-7
add field code to desktop file
-rw-r--r--.SRCINFO4
-rw-r--r--7zFM.desktop2
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c07d1e025dcd..6980580bc004 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = p7zip-gui
pkgdesc = Graphic user interface (alpha quality) for the 7zip file archiver
pkgver = 16.02
- pkgrel = 6
+ pkgrel = 7
url = http://p7zip.sourceforge.net
install = p7zip-gui.install
arch = i686
@@ -28,7 +28,7 @@ pkgbase = p7zip-gui
sha256sums = 9c92b9060fb0ecc3e754e6440d7773d04bc324d0f998ebcebc263264e5a520df
sha256sums = c397eb6ad60bfab8d388ea9b39c0c13ae818f86746210c6435e35b35c786607f
sha256sums = f90013d66d3c9865cb56fed2fb0432057a07283d5361e2ae9e98c3d3657f42a1
- sha256sums = 8cb662ccbacd1badc2c41ff00618c53d1c7fb8bca5472cca4ac7bd7f619acb27
+ sha256sums = ae1f3c95ec40e82f7b74bd039bd9cbfa69136682e161b91a4534b7d9cdedcbd4
makedepends_i686 = nasm
makedepends_x86_64 = yasm
diff --git a/7zFM.desktop b/7zFM.desktop
index 6eb158e0eb40..04df52e0000d 100644
--- a/7zFM.desktop
+++ b/7zFM.desktop
@@ -6,6 +6,6 @@ Type=Application
Categories=GTK;Utility;Archiving;Compression;
Terminal=false
Icon=p7zip
-Exec=7zFM
+Exec=7zFM %f
NoDisplay=false
MimeType=application/gzip;application/x-7z-compressed;application/x-7z-compressed-tar;application/x-arj;application/x-bzip;application/x-bzip-compressed-tar;application/x-bzip1;application/x-bzip1-compressed-tar;application/x-cabinet;application/x-cd-image;application/x-compress;application/x-compressed-tar;application/x-cpio;application/x-deb;application/x-gtar;application/x-gzip;application/x-gzpostscript;application/x-lha;application/x-lhz;application/x-lzma;application/x-lzma-compressed-tar;application/x-ms-wim;application/x-rar;application/x-rar-compressed;application/x-rpm;application/x-tar;application/x-xz;application/x-xz-compressed-tar;application/x-zip;application/x-zip-compressed;application/zip;application/vnd.ms-cab-compressed;
diff --git a/PKGBUILD b/PKGBUILD
index e231cc7bb7c2..026f97841c81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@
pkgname=p7zip-gui
pkgver=16.02
-pkgrel=6
+pkgrel=7
pkgdesc='Graphic user interface (alpha quality) for the 7zip file archiver'
url='http://p7zip.sourceforge.net'
license=('custom:unRAR' 'LGPL')
@@ -37,7 +37,7 @@ sha256sums=('5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f'
'9c92b9060fb0ecc3e754e6440d7773d04bc324d0f998ebcebc263264e5a520df'
'c397eb6ad60bfab8d388ea9b39c0c13ae818f86746210c6435e35b35c786607f'
'f90013d66d3c9865cb56fed2fb0432057a07283d5361e2ae9e98c3d3657f42a1'
- '8cb662ccbacd1badc2c41ff00618c53d1c7fb8bca5472cca4ac7bd7f619acb27')
+ 'ae1f3c95ec40e82f7b74bd039bd9cbfa69136682e161b91a4534b7d9cdedcbd4')
prepare() {
cd ${srcdir}/p7zip_${pkgver}