summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b3ac2f50f299..a1a570380497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer: Steffen Weber <-boenki-gmx-de->
+# Maintainer: Posi <posi1981@gmail.com>
+
# Contributor: Ben Reedy <thebenj88 *AT* gmail *DOT* com>
# Contributor: Tony Dodd <arch@recalcitrance.net>
# Contributor: Mark Taylor <skymt0@gmail.com>
pkgname=clex
-pkgver=4.6.patch7
+pkgver=4.7
pkgrel=1
pkgdesc="File manager with a full-screen user interface"
arch=('i686' 'x86_64')
-url="http://www.clex.sk"
+url="https://github.com/xitop/clex"
license=('GPL2')
depends=('ncurses')
-source=($url/download/$pkgname-$pkgver.tar.gz)
-md5sums=('0bc701e674162b1191a5bdc52514425c')
+source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('dd8ddac89132f691cb4d449e5d879e91355da29c0a2d9f2f55c55aacb2059e93')
build() {
cd "$pkgname-$pkgver"