Peter Jung pushed to branch main at Arch Linux / Packaging / Packages /
python-proton-core
Commits:
6d51497d by Peter Jung at 2024-12-27T23:06:12+01:00
upgpkg: 0.4.0-3, refactor
- - - - -
3 changed files:
- .SRCINFO
- + .nvchecker.toml
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
pkgbase = python-proton-core
pkgdesc = The proton-core component contains core logic used by the
other Proton components.
pkgver = 0.4.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/ProtonVPN/python-proton-core
arch = any
- groups = ProtonVPN
- license = GPL3
+ license = GPL-3.0-or-later
makedepends = git
makedepends = python-setuptools
source =
git+https://github.com/ProtonVPN/python-proton-core.git#tag=v0.4.0
- sha256sums = SKIP
+ sha256sums =
556836df79533ee2e6393b3538751c86a7464641a1dc0da29a46c44f64214af4
pkgname = python-proton-core
=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,4 @@
+[python-proton-core]
+source = "git"
+git = "https://github.com/ProtonVPN/python-proton-core.git"
+prefix = "v"
=====================================
PKGBUILD
=====================================
@@ -1,16 +1,19 @@
-# Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
+# Maintainer: Peter Jung <[email protected]>
+# Contributor: Ali Molaei <ali dot molaei at protonmail dot com>
pkgname=python-proton-core
pkgver=0.4.0
-pkgrel=2
+pkgrel=3
pkgdesc="The proton-core component contains core logic used by the other
Proton components."
-arch=("any")
+arch=(any)
url="https://github.com/ProtonVPN/python-proton-core"
-license=("GPL3")
-groups=("ProtonVPN")
-makedepends=("git" "python-setuptools")
+license=(GPL-3.0-or-later)
+makedepends=(
+ git
+ python-setuptools
+)
source=("git+https://github.com/ProtonVPN/${pkgname}.git#tag=v${pkgver}")
-sha256sums=('SKIP')
+sha256sums=('556836df79533ee2e6393b3538751c86a7464641a1dc0da29a46c44f64214af4')
build() {
cd "$pkgname"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-proton-core/-/commit/6d51497d8efab19b6752cb48420705b18f0e7f32
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-proton-core/-/commit/6d51497d8efab19b6752cb48420705b18f0e7f32
You're receiving this email because of your account on gitlab.archlinux.org.