Skip to content

Commit

Permalink
python-m2crypto: use homepage for download.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Dec 7, 2024
1 parent cbbe15f commit 6aa214f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/python-m2crypto/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ license=('MIT')
depends=('python' 'openssl')
makedepends=('python-build' 'python-pip' 'python-wheel' 'swig')
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/source/${__pkgname::1}/$__pkgname/$_pkgname-$pkgver.tar.gz")
sha512sums=('c5232956a88de51bd3a1e02859b7a308eabb4e055cc0c8aac2d8d34a60c60a4a4c7160db4060ec07f559134a04eb41c6ab116a194ec3f7441d342e6d38f9add9')
#source=("https://files.pythonhosted.org/packages/source/${__pkgname::1}/$__pkgname/$_pkgname-$pkgver.tar.gz")
source=("https://gitlab.com/m2crypto/m2crypto/-/archive/$pkgver/m2crypto-$pkgver.tar.bz2")
sha512sums=('45041e3a108c84605f56843fcc5d2919b72d17270008a29831f87f926a70b0f1b6024cf535da22838864dbc3b3f3a09af78a1cec27ff06fc9595a1eea6b06d92')

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

0 comments on commit 6aa214f

Please sign in to comment.