summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSandy Carter2022-03-20 07:58:27 -0400
committerSandy Carter2022-03-20 07:58:27 -0400
commit74649698a54b500c8bf21a73a35c97e336819a57 (patch)
tree5761f9968435b9fac583ffad6eab8c125fc93570
parent7ae69b48a53d551b445b17eb8957a3e231e6655d (diff)
downloadaur-74649698a54b500c8bf21a73a35c97e336819a57.tar.gz
Use https authentication for clone
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d458ab40471c..5e5c5d41f5c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openblack-git
pkgdesc = Open source reimplementation of the game Black & White (2001).
- pkgver = r1275.af7d35c
+ pkgver = r1280.8664b19
pkgrel = 1
url = https://github.com/openblack/openblack
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = openblack-git
depends = bullet
provides = openblack
conflicts = openblack
- source = git://github.com/openblack/openblack.git
+ source = git+https://github.com/openblack/openblack.git
sha256sums = SKIP
pkgname = openblack-git
diff --git a/PKGBUILD b/PKGBUILD
index cb7ce7c76ace..7b5777b7cbcd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,7 @@
+# Maintainer: Sandy Carter <bwrsandman+aur@gmail.com>
+
pkgname=openblack-git
-pkgver=r1275.af7d35c
+pkgver=r1280.8664b19
pkgrel=1
pkgdesc="Open source reimplementation of the game Black & White (2001)."
arch=('x86_64')
@@ -11,7 +13,7 @@ makedepends=('git' 'cmake' 'bgfx-cmake-git' 'cxxopts')
conflicts=("${pkgname%-git}")
provides=("${pkgname%-git}")
-source=('git://github.com/openblack/openblack.git')
+source=('git+https://github.com/openblack/openblack.git')
sha256sums=('SKIP')
prepare() {