summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorredtide2023-06-13 21:30:54 +0200
committerredtide2023-06-13 21:30:54 +0200
commit470431f5d560ce7ab2b92611fee484372f469bca (patch)
treeabf6f56329cec9d5a52c3a5902e972339c5737a2 /PKGBUILD
parent8644785fe88e49b6e4d3c62062b42e7780578041 (diff)
downloadaur-wxcode-git.tar.gz
Fixed source URL
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7adb79fdecd2..5ca3198a3d92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_prjname=wxcode
pkgname=${_prjname}-git
-pkgver=1294.17815ef
+pkgver=1299.e2f5c33
pkgrel=1
pkgdesc="wxCode plugin for wxWeaver and custom wxWidgets controls library"
arch=("i686" "x86_64" "aarch64")
@@ -10,7 +10,7 @@ url="https://wxweaver.github.io"
license=("GPL2")
depends=("wxgtk3" "wxweaver")
makedepends=("git" "cmake")
-source=("git://github.com/wxweaver/${_prjname}.git")
+source=("git+https://github.com/wxweaver/${_prjname}.git")
sha512sums=("SKIP")
pkgver() {
cd "${srcdir}/${_prjname}"