diff options
author | ihaveahax | 2025-03-27 17:33:16 -0500 |
---|---|---|
committer | ihaveahax | 2025-03-27 17:33:16 -0500 |
commit | 679db5a7423090d10f1b4073d29427f701e54627 (patch) | |
tree | 5234b38fa0e72e3d5184242e77de391b8747f312 /PKGBUILD | |
parent | a9b6ae80c2faf92890f8bced4b7dea57b4045fc8 (diff) | |
download | aur-python-pyctr.tar.gz |
0.7.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,5 +1,5 @@ pkgname=python-pyctr -pkgver=0.7.5 +pkgver=0.7.6 pkgrel=1 pkgdesc="Python library to interact with Nintendo 3DS files" arch=($CARCH) @@ -10,8 +10,9 @@ makedepends=('python-setuptools') optdepends=('python-pillow: to convert SMDH icons to standard image formats') options=(!strip) source=("pyctr-${pkgver}.tar.gz::https://github.com/ihaveamac/pyctr/archive/v${pkgver}.tar.gz") -sha256sums=('e347e0c55432f2d9f1c17ba2cbea02206191d6148b98d3e648e5efd427a79adc') -sha512sums=('671367b3d8a1468857ec3cdcae4fb20e377559bb2c60295601b78261f0b6f459259b470989b92ac0be9a1fe1bc00a4f3267821e897992d2987adc5d9cd57b0cd') +sha256sums=('b3032ef898c1b090937b23a551dcc40a3f633dc996ab6dff18021a083e92da51') +sha512sums=('b955ca10157c9db889c215dc24721a457c8dc5e667d3d09a39cd9df560d3af8008b95f9a82484a3dfccb0107c3a8447ea29d808161dffab39bd2091a3c5773b6') + build() { cd pyctr-${pkgver} |