summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwwmm2024-04-24 22:28:06 -0300
committerwwmm2024-04-24 22:28:06 -0300
commit632cd8a623c6fda881eb9b709cd146ba50f53cde (patch)
tree9dd376cc0a1f89e2ad8ef78e4f1d6226a16800af
parent9316c7dff9b7e17ba85b7f96ceb9204c0c201876 (diff)
downloadaur-632cd8a623c6fda881eb9b709cd146ba50f53cde.tar.gz
fixing a small bug in the pkgbuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c195a0fccb3..9ba24842fa99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = fastgame-git
optdepends = libx11
provides = fastgame
conflicts = fastgame
- source = git+https://github.com/wwmm/fastgame.git#branch=fgqt
+ source = git+https://github.com/wwmm/fastgame.git
sha512sums = SKIP
pkgname = fastgame-git
diff --git a/PKGBUILD b/PKGBUILD
index 5599fced43a6..c4f58174ac14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('boost-libs' 'kirigami' 'kirigami-addons' 'qqc2-desktop-style' 'breeze-icons' 'qt6-base')
makedepends=('boost' 'cmake' 'extra-cmake-modules' 'git' 'ninja' 'intltool' 'appstream-glib')
optdepends=('libxnvctrl' 'libx11')
-source=("git+https://github.com/wwmm/fastgame.git#branch=fgqt")
+source=("git+https://github.com/wwmm/fastgame.git")
conflicts=(fastgame)
provides=(fastgame)
sha512sums=('SKIP')