summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcell Meszaros2023-12-02 20:21:47 +0100
committerMarcell Meszaros2023-12-02 20:21:47 +0100
commit5a5e1ab619f3899e163758ec5941cb77871460fb (patch)
tree1b17adc85f08f807aea8c612b8b30e6d168f9cce
parent3a99a19f71b626e7d50ec1bdd0197f1896f05256 (diff)
downloadaur-5a5e1ab619f3899e163758ec5941cb77871460fb.tar.gz
Slightly adjust pkgdesc for more clarity
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 639f32c8d029..1ede0c8abef2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-magic-git
- pkgdesc = File type identification library; unofficial wrapper for file/libmagic (git)
+ pkgdesc = File type identification library; compatible with official file/libmagic Python wrapper (git)
pkgver = 0.4.27.r22.g54d86fd
- pkgrel = 1
+ pkgrel = 2
url = https://pypi.org/project/python-magic
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 9af6b6e8504d..ca693f6c3520 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@
_pkgbase=python-magic
pkgname="${_pkgbase}-git"
pkgver=0.4.27.r22.g54d86fd
-pkgrel=1
+pkgrel=2
_stablepkg_epoch=1
-pkgdesc="File type identification library; unofficial wrapper for file/libmagic (git)"
+pkgdesc="File type identification library; compatible with official file/libmagic Python wrapper (git)"
arch=('any')
url='https://pypi.org/project/python-magic'
_repourl='https://github.com/ahupp/python-magic'