summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorwrobepio2024-03-30 13:17:48 +0100
committerwrobepio2024-03-30 13:17:48 +0100
commit17eaa9995776812a070ea92c19d260999d55c4ea (patch)
treed1574efaf8de875a7db2ab229a597fc02f668823 /PKGBUILD
parent235c2e1f3ce172b6f11d919e067844fa263e520f (diff)
downloadaur-kadu-git.tar.gz
Fixed link to git
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c9146fd6e8ae..e141ab7124fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,7 +19,7 @@ makedepends=('cmake' 'qt5-tools')
provides=('kadu')
conflicts=('kadu')
options=('!emptydirs')
-source=("$pkgname::git+https://github.com/piotr-wrobel/kadu/kadu.git#commit=$_commit")
+source=("$pkgname::git+https://github.com/piotr-wrobel/kadu.git#commit=$_commit")
sha256sums=('SKIP')
prepare() {