diff options
author | Felix Yan | 2020-11-10 04:43:18 +0000 |
---|---|---|
committer | Felix Yan | 2020-11-10 04:43:18 +0000 |
commit | 80b7f1339e62674cfec6f2c6bb394e97e9339d4f (patch) | |
tree | 59083c382ffc3b61e3d5d752e059db667a809747 /PKGBUILD | |
parent | 74cfba2779343215ac3f687a8188f5f532bc37e6 (diff) | |
download | aur-80b7f1339e62674cfec6f2c6bb394e97e9339d4f.tar.gz |
Python 3.9 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -3,7 +3,7 @@ _pkgname=litesdcard pkgname=python-$_pkgname pkgver=2020.08 -pkgrel=1 +pkgrel=2 pkgdesc='Small footprint and configurable SD Card core' arch=('any') url="https://github.com/enjoy-digital/$_pkgname" @@ -33,4 +33,3 @@ package() { install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } - |