summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorYangtse Su2022-01-15 22:59:26 +0800
committerYangtse Su2022-01-15 22:59:26 +0800
commit372f63e793fe488c42aeee772b136d5feb216388 (patch)
tree8752f55a011745ea9fc58c751af4760e7965482d /PKGBUILD
parent00f76bb6aa03be874400ef40e46d9d6bd9ada41c (diff)
downloadaur-python-nfcpy-git.tar.gz
fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}")