summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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}")