summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Posanski2022-09-18 11:21:37 +0200
committerMichael Posanski2022-09-18 11:21:37 +0200
commit003dbae7af5cd349bdfca95616ddcbd04ae11210 (patch)
tree77f7107b54a42d3d83b1a3e23653d4c7aa128524
parent5a75558cd33db4e9872b3464ece8613106cfdcd5 (diff)
downloadaur-003dbae7af5cd349bdfca95616ddcbd04ae11210.tar.gz
Update to 4.7 and move to GITHUB
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92c884e62a46..bbb972ff4f45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = clex
pkgdesc = File manager with a full-screen user interface
- pkgver = 4.6.patch10
+ pkgver = 4.7
pkgrel = 1
- url = http://www.clex.sk
+ url = https://github.com/xitop/clex
arch = i686
arch = x86_64
license = GPL2
depends = ncurses
- source = http://www.clex.sk/download/clex-4.6.patch10.tar.gz
- sha256sums = 1c3aa2a37e858359636fa8e82229e2bb5459548e9820266a3efd9e32318cd10e
+ source = https://github.com/xitop/clex/releases/download/v4.7/clex-4.7.tar.gz
+ sha256sums = dd8ddac89132f691cb4d449e5d879e91355da29c0a2d9f2f55c55aacb2059e93
pkgname = clex
diff --git a/PKGBUILD b/PKGBUILD
index fb0c8742966e..a1a570380497 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# Contributor: Mark Taylor <skymt0@gmail.com>
pkgname=clex
-pkgver=4.6.patch10
-pkgrel=3
+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)
-sha256sums=('1c3aa2a37e858359636fa8e82229e2bb5459548e9820266a3efd9e32318cd10e')
+source=($url/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('dd8ddac89132f691cb4d449e5d879e91355da29c0a2d9f2f55c55aacb2059e93')
build() {
cd "$pkgname-$pkgver"