upgpkg: python-mpv-jsonipc 1.2.0-3

switch to upstream source; formatting
This commit is contained in:
Giovanni Harting 2024-03-23 19:58:36 +01:00
parent adf95b40b1
commit 397e3c324d
2 changed files with 10 additions and 10 deletions

View File

@ -1,16 +1,16 @@
pkgbase = python-mpv-jsonipc
pkgdesc = Python API to MPV using JSON IPC
pkgver = 1.2.0
pkgrel = 2
pkgrel = 3
url = https://github.com/iwalton3/python-mpv-jsonipc
arch = any
license = GPL3
license = Apache-2.0
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
makedepends = python-setuptools
depends = python
source = python-mpv-jsonipc-1.2.0.tar.gz::https://pypi.python.org/packages/source/p/python-mpv-jsonipc/python-mpv-jsonipc-1.2.0.tar.gz
b2sums = 5c746fc9a43638b237c5e2e470260b274e1f195cbed8593a7e523b4055b629c6015fc0d8d9d05324eff74e5ca36e51c74d7d8e2f2a236eefce5f81408cd025e9
source = python-mpv-jsonipc-1.2.0.tar.gz::https://github.com/iwalton3/python-mpv-jsonipc/archive/refs/tags/v1.2.0.tar.gz
b2sums = 7f8c02de20e6405e7bf9b5950b240bf78e21e41d1eef52726a50181556607090e418f1775fa830de191c8af47ef78c145c37efdf213bd9255915bd34a20a86e8
pkgname = python-mpv-jsonipc

View File

@ -2,15 +2,15 @@
pkgname=python-mpv-jsonipc
pkgver=1.2.0
pkgrel=2
pkgdesc="Python API to MPV using JSON IPC"
pkgrel=3
pkgdesc='Python API to MPV using JSON IPC'
arch=(any)
url="https://github.com/iwalton3/python-mpv-jsonipc"
license=(GPL3)
url='https://github.com/iwalton3/python-mpv-jsonipc'
license=(Apache-2.0)
depends=(python)
makedepends=(python-build python-installer python-wheel python-setuptools)
source=("$pkgname-$pkgver.tar.gz::https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
b2sums=('5c746fc9a43638b237c5e2e470260b274e1f195cbed8593a7e523b4055b629c6015fc0d8d9d05324eff74e5ca36e51c74d7d8e2f2a236eefce5f81408cd025e9')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
b2sums=('7f8c02de20e6405e7bf9b5950b240bf78e21e41d1eef52726a50181556607090e418f1775fa830de191c8af47ef78c145c37efdf213bd9255915bd34a20a86e8')
build() {
cd $pkgname-$pkgver