summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDen Ivanov2023-03-16 15:51:53 +0100
committerDen Ivanov2023-03-16 15:51:53 +0100
commit255574a29698e52bfa7656375d279ecdb2234b05 (patch)
tree1895c00b7ca472b057622f0b3782f3f2b638b871 /PKGBUILD
parentf3d69e0d3b99c29106df58f41e8b6a4522981f9f (diff)
downloadaur-4pane.tar.gz
Updating to version 8
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19a3b3da0aca..be885b5d372b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,17 @@
+# Packager: Den Ivanov <securityxiii at gmail dot com>
# Maintainer: Alex Talker <alextalker at yandex dot ru>
# Contributor: Alessio Biancalana <dottorblaster@gmail.com>
pkgname=4pane
-pkgver=7.0
-pkgrel=2
+pkgver=8.0
+pkgrel=0
pkgdesc="A multi-pane, detailed-list file manager."
arch=('i686' 'x86_64')
url="http://www.4pane.co.uk/index.html"
license=('GPL3')
-depends=('wxgtk2')
+depends=('wxgtk3')
source=(http://downloads.sourceforge.net/project/fourpane/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('21d0a32400aa5fb48b1e5f8c5c344c42')
+md5sums=('c3eb8f5f2a9857b824a79b8098ed1f25')
build() {
cd ${srcdir}/${pkgname}-${pkgver}