summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2022-01-11 11:32:02 +0100
committerSefa Eyeoglu2022-01-11 11:32:02 +0100
commit8a973d52414f09b27a6967b4d637fa4431e74b6f (patch)
tree0695ac0437bb3383d0d4424072abc4358987bd36
parent2426260c371864fa199ccf211a3960a817442c07 (diff)
downloadaur-libaudec.tar.gz
upgpkg: libaudec 0.3.4-1
upstream release fix url
-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")