summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 378cc47345af..8ae34d72409b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,10 @@ pkgver=0.1.0
pkgrel=1
pkgdesc="C library for reading and writing YAML"
arch=('x86_64')
-url="https://git.zrythm.org/zrythm/libcyaml"
+url="https://github.com/tlsa/libcyaml"
license=('ISC')
depends=('libyaml')
-source=("https://git.zrythm.org/zrythm/libcyaml/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+source=("https://github.com/tlsa/$pkgname/archive/v$pkgver.tar.gz")
md5sums=('SKIP')
prepare() {