summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaël Kerbiriou2022-04-26 12:21:25 +0200
committerMaël Kerbiriou2022-04-26 12:21:25 +0200
commitc6302637b95b7b614e8f5a70e272feb3b0852e2e (patch)
treebddba213e8f1f96e66faee39eb80b931caadc2e0
parent2b851fce3653e388688804b8a9c19738b0683002 (diff)
downloadaur-wld-git.tar.gz
Switch to git+https protocol
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7cc4d8ee9be..725a4aa7e9d5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wld-git
pkgdesc = A primitive drawing library targeted at Wayland
- pkgver = r153.00ba7a7
+ pkgver = r171.6586736
pkgrel = 1
url = https://github.com/michaelforney/wld
arch = i686
@@ -13,8 +13,7 @@ pkgbase = wld-git
depends = pixman
provides = wld
conflicts = wld
- source = git://github.com/michaelforney/wld.git
+ source = git+https://github.com/michaelforney/wld.git
md5sums = SKIP
pkgname = wld-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 57b76d7f232f..5558b824692c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor: Mael Kerbiriou <mael.kerbiriouATfreeDOTfr>
pkgname=wld-git
-pkgver=r153.00ba7a7
+pkgver=r171.6586736
pkgrel=1
pkgdesc='A primitive drawing library targeted at Wayland'
@@ -15,7 +15,7 @@ makedepends=('git')
provides=('wld')
conflicts=('wld')
-source=('git://github.com/michaelforney/wld.git')
+source=('git+https://github.com/michaelforney/wld.git')
md5sums=('SKIP')