summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f25d4c5548b..831d4721a399 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = f3-qt-git
pkgdesc = This is a simple GUI for F3 - Fight Flash Fraud.
pkgver = v2.0.0.r4.g9445116
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zwpwjwtz/f3-qt
arch = i686
arch = x86_64
license = GPL3
makedepends = git
makedepends = qt5-base
- depends = f3-git
+ depends = f3
depends = qt5-base
provides = f3-qt
conflicts = f3-qt
diff --git a/PKGBUILD b/PKGBUILD
index f6d452d3031a..489bbe51e5b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=f3-qt-git
pkgver=v2.0.0.r4.g9445116
-pkgrel=1
+pkgrel=2
pkgdesc="This is a simple GUI for F3 - Fight Flash Fraud."
arch=('i686' 'x86_64')
url="https://github.com/zwpwjwtz/f3-qt"
license=('GPL3')
makedepends=('git' 'qt5-base')
-depends=('f3-git' 'qt5-base')
+depends=('f3' 'qt5-base')
provides=('f3-qt')
conflicts=('f3-qt')
source=('git+https://github.com/zwpwjwtz/f3-qt.git')