summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYangtse Su2022-01-15 22:59:26 +0800
committerYangtse Su2022-01-15 22:59:26 +0800
commit372f63e793fe488c42aeee772b136d5feb216388 (patch)
tree8752f55a011745ea9fc58c751af4760e7965482d
parent00f76bb6aa03be874400ef40e46d9d6bd9ada41c (diff)
downloadaur-python-nfcpy-git.tar.gz
fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79a9985e8396..f2a35a180b74 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = python-nfcpy-git
sha256sums = SKIP
pkgname = python-nfcpy-git
- pkgdesc = Module to read/write NFC tags or communicate with another NFC device (git)
+ pkgdesc = Module to read/write NFC tags or communicate with another NFC device.
depends = python-libusb1
depends = python-pyserial
depends = python-ndeflib
@@ -18,7 +18,7 @@ pkgname = python-nfcpy-git
conflicts = python-nfcpy
pkgname = python-nfcpy-examples-git
- pkgdesc = nfcpy examples (git)
+ pkgdesc = Python nfcpy examples.
depends = python-nfcpy
provides = python-nfcpy-examples
conflicts = python-nfcpy-examples
diff --git a/PKGBUILD b/PKGBUILD
index 8a31a8bc60d9..2dd1681ebf41 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,7 @@ build() {
}
package_python-nfcpy-git() {
- pkgdesc="Module to read/write NFC tags or communicate with another NFC device (git)"
+ pkgdesc="Module to read/write NFC tags or communicate with another NFC device."
depends=(
'python-libusb1'
'python-pyserial'
@@ -39,7 +39,7 @@ package_python-nfcpy-git() {
}
package_python-nfcpy-examples-git() {
- pkgdesc="nfcpy examples (git)"
+ pkgdesc="Python nfcpy examples."
depends=('python-nfcpy')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")