summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorericek1112022-07-18 13:31:46 +0200
committerericek1112022-07-18 13:31:46 +0200
commit329a6e92e731c106c4dc23e6530455b1142b3b51 (patch)
tree63339a81097ecd335e3d648ae2e2bb2832b995da /PKGBUILD
parent43f792958d586ae136ff908b4e0ec8f9e9dafd1c (diff)
downloadaur-mbelib-git.tar.gz
change git:// to https and add conflict with mbelib
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02d9072511cc..c29647ad291c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,8 +8,9 @@ arch=('x86_64')
url="https://github.com/szechyjs/mbelib"
license=('GPL3')
makedepends=('git' 'cmake')
+conflicts=('mbelib')
provides=('mbelib')
-source=("$pkgname"::'git://github.com/szechyjs/mbelib.git')
+source=("$pkgname"::'git+https://github.com/szechyjs/mbelib')
md5sums=('SKIP')
pkgver() {