summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandros Theodotou2019-07-11 18:16:04 +0100
committerAlexandros Theodotou2019-07-11 18:16:04 +0100
commite18c8333d4cf9532788350e4dd001d8d9d6d800a (patch)
tree89d901f39cb5b70f252ff2b12f6a2be2775c9239
parentfd33aadfb4af3beb24facf96580399ed18d3a7ae (diff)
downloadaur-e18c8333d4cf9532788350e4dd001d8d9d6d800a.tar.gz
fix upstream link
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 375ff96d2450..4f13c96956fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,11 +2,11 @@ pkgbase = libcyaml
pkgdesc = C library for reading and writing YAML
pkgver = 0.1.0
pkgrel = 1
- url = https://git.zrythm.org/zrythm/libcyaml
+ url = https://github.com/tlsa/libcyaml
arch = x86_64
license = ISC
depends = libyaml
- source = https://git.zrythm.org/zrythm/libcyaml/-/archive/0.1.0/libcyaml-0.1.0.tar.gz
+ source = https://github.com/tlsa/libcyaml/archive/v0.1.0.tar.gz
md5sums = SKIP
pkgname = libcyaml
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..90c4ad5bb35e
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+pkg
+src
+*.tar.xz*
+*.tar.gz*
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() {