Skip to content

Commit

Permalink
python-h3: add missign makedep. use submodules.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Nov 22, 2024
1 parent f154654 commit 033343a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/python-h3/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ arch=('x86_64' 'aarch64')
url='https://github.com/uber/h3-py'
license=('MIT')
depends=('python')
makedepends=('python-build' 'python-pip')
makedepends=('git' 'python-build' 'python-pip')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_pkgname-$pkgver.tar.gz")
sha512sums=('4e1b5d732f055ca7a106a916f22b354245f9e0c8318ab283fc7fb267f41507066b958f87a125b2f8c51edfd95c8d5b30bcbb182de20ae0ad2ef2bb7f5311c8fd')

prepare() {
cd "$_pkgname-$pkgver"

git submodule update --init --recursive
}

build() {
cd "$_pkgname-$pkgver"

Expand Down

0 comments on commit 033343a

Please sign in to comment.