summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorD3SOX2020-12-23 11:13:50 +0100
committerD3SOX2020-12-23 11:13:50 +0100
commit6d117f1854b37411092255383db4a38bd39a8669 (patch)
treef45597fab45ba322f67fb9765f78e04474733ac1
parent5f8ff8fa258ef9042f72d10dedad48e5e361d1ac (diff)
downloadaur-6d117f1854b37411092255383db4a38bd39a8669.tar.gz
directly checkout tag
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52e89d2a74da..a6d7a2f18a97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = soundux
pkgdesc = A cross-platform soundboard in QtQuick
pkgver = 0.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Soundux/Soundux
arch = any
license = GPL3
@@ -16,7 +16,7 @@ pkgbase = soundux
depends = qt5-quickcontrols2
provides = soundux
conflicts = soundux
- source = git+https://github.com/Soundux/Soundux.git
+ source = git+https://github.com/Soundux/Soundux#tag=0.1.3
source = soundux.desktop
sha256sums = SKIP
sha256sums = 27e29e44ad3eacce0ac20a31653da437cd27cc2d165d19804430df9da7bab4fd
diff --git a/PKGBUILD b/PKGBUILD
index 4619cb9d004f..2f59f31dfd76 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Nico <d3sox at protonmail dot com>
pkgname=soundux
pkgver=0.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="A cross-platform soundboard in QtQuick"
arch=('any')
url="https://github.com/Soundux/Soundux"
@@ -10,12 +10,11 @@ depends=('pulseaudio' 'qt5-base' 'qt5-x11extras' 'qt5-quickcontrols' 'qt5-quickc
makedepends=('qt5-tools' 'git' 'cmake' 'ninja')
conflicts=('soundux')
provides=('soundux')
-source=("git+https://github.com/Soundux/Soundux.git" "soundux.desktop")
+source=("git+https://github.com/Soundux/Soundux#tag=$pkgver" "soundux.desktop")
sha256sums=('SKIP' '27e29e44ad3eacce0ac20a31653da437cd27cc2d165d19804430df9da7bab4fd')
build() {
cd "${srcdir}/Soundux"
- git checkout "$pkgver"
git submodule update --init --recursive
mkdir build
cd build