summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2023-11-01 00:03:32 +0100
committerMarcell Meszaros2023-11-01 00:03:32 +0100
commit048c97d46afca7e578b23a66d4f817f5b03b61ba (patch)
tree203e8a94c3a4af5e61777f4c8a834cd8f900916d
parentdcaf7f54163d99f5c9c809c8eb08798decd8fe78 (diff)
downloadaur-048c97d46afca7e578b23a66d4f817f5b03b61ba.tar.gz
switch to v4_6_x branch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f0aeadd49a9..d1357f7a1725 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qbittorrent-enhanced-qt5-git
pkgdesc = Bittorrent client using Qt5 and libtorrent-rasterbar, Enhanced Edition mod
- pkgver = 4.4.3.12.r0.g683ecc7a7
+ pkgver = 4.6.0.10.r1.gd431f857a
pkgrel = 1
url = https://github.com/c0re100/qBittorrent-Enhanced-Edition
arch = arm
@@ -39,7 +39,7 @@ pkgbase = qbittorrent-enhanced-qt5-git
conflicts = qbittorrent-git
conflicts = qbittorrent-nox-git
conflicts = qbittorrent-qt5
- source = qbittorrent-enhanced::git+https://github.com/c0re100/qBittorrent-Enhanced-Edition.git
- sha256sums = SKIP
+ source = qbittorrent-enhanced::git+https://github.com/c0re100/qBittorrent-Enhanced-Edition.git#branch=v4_6_x
+ b2sums = SKIP
pkgname = qbittorrent-enhanced-qt5-git
diff --git a/PKGBUILD b/PKGBUILD
index c69730e14f77..e360ad956c76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Marcell Meszaros < marcell.meszaros AT runbox.eu >
pkgname='qbittorrent-enhanced-qt5-git'
-pkgver=4.4.3.12.r0.g683ecc7a7
+pkgver=4.6.0.10.r1.gd431f857a
pkgrel=1
pkgdesc='Bittorrent client using Qt5 and libtorrent-rasterbar, Enhanced Edition mod'
arch=('arm' 'armv6h' 'armv7h' 'aarch64' 'i686' 'x86_64')
@@ -37,8 +37,8 @@ conflicts=('qbittorrent'
'qbittorrent-nox-git'
'qbittorrent-qt5')
_srcrepodir="${pkgname%-qt5-git*}"
-source=("${_srcrepodir}::git+${url}.git")
-sha256sums=('SKIP')
+source=("${_srcrepodir}::git+${url}.git#branch=v4_6_x")
+b2sums=('SKIP')
pkgver() {
cd "${_srcrepodir}"