summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiovanni Harting2024-01-13 14:32:54 +0100
committerGiovanni Harting2024-01-13 14:34:07 +0100
commitf0e3fc5370cb3ccf37e09a5fc2e5c7cce8dbc0e7 (patch)
treee96b82394f659b009b2cc0e6f984b23567d136b3
parentc53c9630ad24c77ecd78e12e5bf3849d2411b444 (diff)
downloadaur-f0e3fc5370cb3ccf37e09a5fc2e5c7cce8dbc0e7.tar.gz
upgpkg: python-mpv-jsonipc 1.2.0-1
syntax improvments
-rw-r--r--PKGBUILD8
1 files changed, 2 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fef5b8990041..5ffd47a1d01d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,8 @@ pkgdesc="Python API to MPV using JSON IPC"
arch=('any')
url='https://github.com/iwalton3/python-mpv-jsonipc'
license=('GPL3')
-depends=(
- 'python'
-)
-makedepends=(
- 'python-setuptools'
-)
+depends=('python')
+makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://pypi.python.org/packages/source/p/$pkgname/$pkgname-$pkgver.tar.gz")
b2sums=('5c746fc9a43638b237c5e2e470260b274e1f195cbed8593a7e523b4055b629c6015fc0d8d9d05324eff74e5ca36e51c74d7d8e2f2a236eefce5f81408cd025e9')