summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Klinkovský2024-04-27 23:20:35 +0200
committerJakub Klinkovský2024-04-27 23:20:35 +0200
commita515bb8c999f4c67aaa6f14f70404c358fda6e8f (patch)
tree17a5c0bd0af49c71ff39464f751cbaa74f586470
parent9896327c156e5e35556f06eada55f1753deaab1d (diff)
downloadaur-python-wikeddiff-git.tar.gz
Python 3.12 rebuild
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 518b40979bb4..3c245a1dca05 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = python-wikeddiff-git
pkgdesc = Visual inline-style difference engine with block move support
pkgver = 1.2.4.r10.g035db40
- pkgrel = 1
+ pkgrel = 3
url = https://github.com/lahwaacz/python-wikeddiff
arch = any
- license = GPLv3
+ license = GPL-3.0-or-later
makedepends = git
+ makedepends = python-setuptools
depends = python
source = git+https://github.com/lahwaacz/python-wikeddiff
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 045d437c8ded..ea32764dae45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
-# Maintainer: Jakub Klinkovský <j.l.k@gmx.com>
+# Maintainer: Jakub Klinkovský <lahwaacz at archlinux dot org>
_pkgname=python-wikeddiff
pkgname=python-wikeddiff-git
pkgdesc="Visual inline-style difference engine with block move support"
pkgver=1.2.4.r10.g035db40
-pkgrel=1
-arch=('any')
+pkgrel=3
+arch=(any)
url="https://github.com/lahwaacz/python-wikeddiff"
-license=('GPLv3')
-depends=('python')
-makedepends=('git')
+license=(GPL-3.0-or-later)
+depends=(python)
+makedepends=(git python-setuptools)
source=('git+https://github.com/lahwaacz/python-wikeddiff')
md5sums=('SKIP')