summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2025-01-26 00:02:23 +0800
committerUniversebenzene2025-01-26 00:02:23 +0800
commit439401be45dc3ff0f71ba6e89e71e114911a1722 (patch)
treeca4644609b91ff14563589f4f7df46adb5b2d673 /PKGBUILD
parent24f84c07d51ae0eb13d564a628a1105ba39385c4 (diff)
downloadaur-439401be45dc3ff0f71ba6e89e71e114911a1722.tar.gz
Fix url and desc
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 301cff031776..db20bf674ace 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@ _pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
pkgver=0.17.1
pkgrel=1
-pkgdesc="A healpix manipulation library"
+pkgdesc="MOC parsing and manipulation in Python"
arch=('i686' 'x86_64')
-url="https://cds-astro.github.io/cds-healpix-python"
+url="https://cds-astro.github.io/mocpy"
license=('BSD-3-Clause')
makedepends=('python-maturin'
'python-build'