summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-06-24 14:49:52 +0200
committerhaawda2018-06-24 14:49:52 +0200
commit52bac459f3fc1be85f1745ddf555825b9a984448 (patch)
tree2c79213d0355e46ce7851ac65d8da6d07f5db41a
parentd3d80998fa2d2b6252aed47997cd224d00bebb0c (diff)
downloadaur-52bac459f3fc1be85f1745ddf555825b9a984448.tar.gz
update
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3a705d8c5e4..9034783faa38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = qtfm
pkgdesc = A lightweight file manager
- pkgver = 6.0.0_beta1
- pkgrel = 2
+ pkgver = 6.0.0
+ pkgrel = 1
url = https://github.com/rodlie/qtfm/releases
arch = i686
arch = x86_64
license = GPL
depends = qt5-base
- source = https://github.com/rodlie/qtfm/releases/download/6.0.0-beta1/qtfm-6.0.0-beta1.tar.xz
+ source = https://github.com/rodlie/qtfm/releases/download/6.0.0/qtfm-6.0.0.tar.xz
source = make_it_build_fixes.patch
- md5sums = abf140cc5e49eea07df91e90a033f7a3
+ md5sums = b1e48dc5065f0986b59eef3c4c390b4e
md5sums = 4d2128e6abe88e3f03a2ffc2e4700ee1
pkgname = qtfm
diff --git a/PKGBUILD b/PKGBUILD
index 252e05b951b3..87066563966d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=qtfm
-pkgver=6.0.0_beta1
-pkgrel=2
+pkgver=6.0.0
+pkgrel=1
pkgdesc="A lightweight file manager"
arch=('i686' 'x86_64')
url="https://github.com/rodlie/qtfm/releases"
license=('GPL')
depends=('qt5-base')
source=("https://github.com/rodlie/$pkgname/releases/download/${pkgver//_/-}/$pkgname-${pkgver//_/-}.tar.xz" make_it_build_fixes.patch)
-md5sums=('abf140cc5e49eea07df91e90a033f7a3'
+md5sums=('b1e48dc5065f0986b59eef3c4c390b4e'
'4d2128e6abe88e3f03a2ffc2e4700ee1')
build() {