summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBollos002024-02-24 20:13:56 -0300
committerBollos002024-02-24 20:13:56 -0300
commit526f08e635f839b5cb0802c854287438af10bfcd (patch)
tree1dcd3aafc517502b56d7fa9864da1b97e573b987
parent8aed3431b3f18ee0f21d636c96933acb4fc50f37 (diff)
downloadaur-libremines.tar.gz
Upgrade to version 2.0.0 with qt6
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53819a462c66..22914fca8218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
pkgbase = libremines
pkgdesc = A Free/Libre and Open Source Software Qt based Minesweeper game available for GNU/Linux and FreeBSD
- pkgver = 1.9.1
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/Bollos00/LibreMines
arch = x86_64
license = GPL3
makedepends = cmake
- depends = qt5-base
+ depends = qt6-base
depends = hicolor-icon-theme
- depends = qt5-svg
- depends = qt5-multimedia
+ depends = qt6-svg
+ depends = qt6-multimedia
provides = libremines
conflicts = libremines
- source = LibreMines-1.9.1.tar.gz::https://github.com/Bollos00/LibreMines/archive/refs/tags/v1.9.1.tar.gz
- sha256sums = 3b0575dcefc26c0c855321991ab3809b4c015689d9e16b876df589bed7772578
+ source = LibreMines-2.0.0.tar.gz::https://github.com/Bollos00/LibreMines/archive/refs/tags/v2.0.0.tar.gz
+ sha256sums = 0902a6c8469760a9a7a40bd4cddcfa3b52ba32a1388a95229f2e9792f94e9a94
pkgname = libremines
diff --git a/PKGBUILD b/PKGBUILD
index d421b95276db..6018783ac241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
# Maintainer: Bruno Bollos Correa <bollos@outlook.com.br>
pkgname=libremines
-pkgver=1.9.1
+pkgver=2.0.0
pkgrel=1
pkgdesc="A Free/Libre and Open Source Software Qt based Minesweeper game available for GNU/Linux and FreeBSD"
arch=('x86_64')
url="https://github.com/Bollos00/LibreMines"
license=('GPL3')
groups=()
-depends=('qt5-base' 'hicolor-icon-theme' 'qt5-svg' 'qt5-multimedia')
+depends=('qt6-base' 'hicolor-icon-theme' 'qt6-svg' 'qt6-multimedia')
makedepends=('cmake')
provides=('libremines')
conflicts=('libremines')
source=("LibreMines-$pkgver.tar.gz::https://github.com/Bollos00/LibreMines/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('3b0575dcefc26c0c855321991ab3809b4c015689d9e16b876df589bed7772578')
+sha256sums=('0902a6c8469760a9a7a40bd4cddcfa3b52ba32a1388a95229f2e9792f94e9a94')
build() {