Skip to content

Commit 5288e30

Browse files
committed
fix: Change upstream URL and license
1 parent f153271 commit 5288e30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PKGBUILD

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ pkgdesc="Major release 3.11 of the Python high-level programming language (32-bi
33
pkgver=3.11.8
44
pkgrel=1
55
arch=('x86_64')
6-
url="https://github.com/shdwmtr/pybuilder"
7-
license=('custom')
6+
url="https://www.python.org/"
7+
license=('PSF-2.0')
88
options=('!debug')
99
depends=('glibc' 'zlib' 'bzip2' 'openssl' 'libffi')
10-
source=("$url/releases/download/v1.0.1/python-3.11.8-32-bit.tar.gz")
10+
source=("https://github.com/shdwmtr/pybuilder/releases/download/v1.0.1/python-3.11.8-32-bit.tar.gz")
1111
sha256sums=('10af38d15eefc7ea55cc794444dfcf456e38f0f2883dc8e168ccc7d44555abfc')
1212

1313
package() {

0 commit comments

Comments
 (0)