summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0625e7e9bd75..e8ab5691320c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Jamesjon <universales@protonmail.com>
pkgname=peazip-qt-bin
-pkgver=7.4.1
+pkgver=7.4.2
pkgrel=1
pkgdesc="File and archive manager, 7Z BR RAR TAR ZST ZIP files extraction utility
"
@@ -34,7 +34,7 @@ conflicts=('peazip'
'peazip-qt'
'peazip-qt-opensuse-latest')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/giorgiotani/PeaZip/releases/download/${pkgver}/peazip_portable-${pkgver}.LINUX.Qt.tar.gz")
-sha256sums=('14eb0651309050b592f904e8be71a0178e2e6d1079852b941af1bbf5d836cefb')
+sha256sums=('c703789114da3aa722d4170c8949bfd2b8fb9516f3cdb57d7f20ab177fa76dc0')
package() {
install -d "${pkgdir}/opt" "${pkgdir}/usr/bin"
@@ -42,4 +42,4 @@ package() {
ln -s /opt/peazip-qt/peazip "${pkgdir}/usr/bin"
install -Dm644 "${pkgdir}/opt/peazip-qt/FreeDesktop_integration/peazip.desktop" -t "${pkgdir}/usr/share/applications"
install -Dm644 "${pkgdir}/opt/peazip-qt/FreeDesktop_integration/peazip.png" -t "${pkgdir}/usr/share/pixmaps"
-} \ No newline at end of file
+}