diff options
author | Vekhir | 2024-12-24 00:57:34 +0100 |
---|---|---|
committer | Vekhir | 2024-12-24 00:57:34 +0100 |
commit | 2d1afce481f36ed1a4d856ebf851488e3e724822 (patch) | |
tree | aeb0ed6974627e7754b7c9dfc0a12e973b943af0 /PKGBUILD | |
parent | 92bec961a94df19b964a4bc45f9c63c376de32aa (diff) | |
download | aur-2d1afce481f36ed1a4d856ebf851488e3e724822.tar.gz |
fix: url
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ pkgver=3.13.0 pkgrel=1 pkgdesc="Standard library aifc redistribution." arch=('any') -url="https://github.com/youknowone/python-deadlib/aifc" +url="https://github.com/youknowone/python-deadlib/tree/main/aifc" license=('PSF-2.0') depends=('python' 'python-audioop' 'python-chunk') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') |