summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Pina Martins2017-03-03 23:40:14 +0000
committerFrancisco Pina Martins2017-03-03 23:40:14 +0000
commita0d8eac7f7facb3e9b6c03121d3e1dd2c75095b9 (patch)
tree99ead4d63efc875cf7e3422a59aa29cb504119a6
parentef5742b0cc75aaa8af7c57a49ac8c6d31062548a (diff)
downloadaur-a0d8eac7f7facb3e9b6c03121d3e1dd2c75095b9.tar.gz
Updated to latest upstream release.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c38a420f3a6..f6a06f8a3580 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fastqt
pkgdesc = FastQC port to Qt5: A quality control tool for high throughput sequence data.
- pkgver = 0.2
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/labsquare/fastQt
arch = i686
@@ -10,8 +10,8 @@ pkgbase = fastqt
depends = karchive
depends = hicolor-icon-theme
depends = qt5-svg
- source = https://github.com/labsquare/fastQt/archive/0.2.tar.gz
- sha256sums = 25f69561be2d381bce1403b9964bccadfbf825af550a89b83cdfcb50db1cffd0
+ source = https://github.com/labsquare/fastQt/archive/0.2.2.tar.gz
+ sha256sums = 5de44833ad3db38eefe94f0be56a527f4292bb949ef1b5e66fef09cad179348e
pkgname = fastqt
diff --git a/PKGBUILD b/PKGBUILD
index 224580a6f699..e5684ef7229c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stunts <f.pinamartins@gmail.com>
pkgname=fastqt
-pkgver=0.2
+pkgver=0.2.2
pkgrel=1
pkgdesc="FastQC port to Qt5: A quality control tool for high throughput sequence data."
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ license=('GPL3')
url="https://github.com/labsquare/fastQt"
depends=('qt5-charts' 'karchive' 'hicolor-icon-theme' 'qt5-svg')
source=(https://github.com/labsquare/fastQt/archive/${pkgver}.tar.gz)
-sha256sums=('25f69561be2d381bce1403b9964bccadfbf825af550a89b83cdfcb50db1cffd0')
+sha256sums=('5de44833ad3db38eefe94f0be56a527f4292bb949ef1b5e66fef09cad179348e')
prepare() {
cd "${srcdir}/fastQt-${pkgver}"