summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancisco Pina Martins2023-11-08 18:31:32 +0000
committerFrancisco Pina Martins2023-11-08 18:31:32 +0000
commita3c9f260669ccc9bc5fece6aa3f74e6d119b0604 (patch)
treef975322a9a072d1cd72ca29a7e104e0a40b4e9c9
parent33bc57ca261b527917103148d1bba087d2a6ca06 (diff)
downloadaur-fastqt.tar.gz
Bumps pkgrel and corrects a dependency name
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6cb9326263ea..4b5eaa99e777 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,16 @@
-# Generated by mksrcinfo v8
-# Sun Jan 21 22:13:25 UTC 2018
pkgbase = fastqt
pkgdesc = FastQC port to Qt5: A quality control tool for high throughput sequence data.
pkgver = 0.2.3
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/labsquare/fastQt
arch = i686
arch = x86_64
license = GPL3
depends = qt5-charts
- depends = karchive
+ depends = karchive5
depends = hicolor-icon-theme
depends = qt5-svg
source = https://github.com/labsquare/fastQt/archive/0.2.3.tar.gz
sha256sums = 58b20dd5ece5aaf040ec8435de913170614e2a3217feeb6a00bc17f3eca87af0
pkgname = fastqt
-
diff --git a/PKGBUILD b/PKGBUILD
index 051c33ced6a6..f8f792992e28 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=fastqt
pkgver=0.2.3
-pkgrel=2
+pkgrel=3
pkgdesc="FastQC port to Qt5: A quality control tool for high throughput sequence data."
arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/labsquare/fastQt"
-depends=('qt5-charts' 'karchive' 'hicolor-icon-theme' 'qt5-svg')
+depends=('qt5-charts' 'karchive5' 'hicolor-icon-theme' 'qt5-svg')
source=(https://github.com/labsquare/fastQt/archive/${pkgver}.tar.gz)
sha256sums=('58b20dd5ece5aaf040ec8435de913170614e2a3217feeb6a00bc17f3eca87af0')