summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLukas Sabota2022-03-15 20:51:51 -0400
committerLukas Sabota2022-03-15 20:51:51 -0400
commitfef5007f009e9c59175380254e2887a53e5c9554 (patch)
tree4964bdec0a42e9e4c2efa1474d862b5b3e4d15fc /PKGBUILD
parent461845efcbf09d2ce6ebb1fcbdfdbbd2e6799647 (diff)
downloadaur-bpm-git.tar.gz
workaround github ditching git://
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dffbe5c48075..eeed7688c5ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Lukas Sabota <LTsmooth42 _at_ gmail _dot_ com>
pkgname=bpm-git
pkgver=2018.10.26
-pkgrel=1
+pkgrel=2
pkgdesc="Blue Pink Metronome for Qt5. Easy to use metronome controlled by the keyboard".
arch=('i686' 'x86_64')
url="https://github.com/cfillion/bpm"
license=('GPL')
depends=('qt5-base' 'qt5-multimedia' )
makedepends=('tup')
-source=(git://github.com/cfillion/bpm)
+source=(git+https://github.com/cfillion/bpm)
md5sums=('SKIP')
build() {