summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca75ba710bdc..e8e7a2734761 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = libaudec
pkgdesc = A library for reading and resampling audio files
pkgver = 0.3.4
pkgrel = 1
- url = https://git.sr.ht/~alextee/libaudec/archive/v0.3.4.tar.gz
+ url = https://git.sr.ht/~alextee/libaudec
arch = x86_64
arch = i686
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 48f5497b06c6..8610b22aae93 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgver=0.3.4
pkgrel=1
pkgdesc="A library for reading and resampling audio files"
arch=('x86_64' 'i686')
-url="https://git.sr.ht/~alextee/libaudec/archive/v0.3.4.tar.gz"
+url="https://git.sr.ht/~alextee/libaudec"
license=('AGPL3')
depends=("libsamplerate" "libsndfile")
makedepends=("meson" "ninja" "cmake")