summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoah Gumbert2023-12-19 12:39:57 +1100
committerNoah Gumbert2023-12-19 12:39:57 +1100
commit8b36961bde47facb5817b2a2d50e96e7156ef833 (patch)
tree4eaf8540ad10bc58116d8216516910bba5333749
parentdd842de25e42b23caf8be866a5b5922e25e17caf (diff)
downloadaur-8b36961bde47facb5817b2a2d50e96e7156ef833.tar.gz
package creation
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de7bb35a6c41..5d015373e7a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = postman-cli
- pkgdesc = The Postman CLI is the command-line companion that is developed, supported, and signed by Postman. It enables you to run collections, lint API schemas, run security and governance checks, and log in and out. All test results will be automatically pushed to the app.
+ pkgdesc = The Postman CLI is the command-line companion that is developed, supported, and signed by Postman. All test results will be automatically pushed to the app.
pkgver = 1.7.0
pkgrel = 1
url = https://www.postman.com/product/what-is-postman/
diff --git a/PKGBUILD b/PKGBUILD
index c0526f6a08b7..b1c234082a78 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=postman-cli
pkgver=1.7.0
pkgrel=1
-pkgdesc="The Postman CLI is the command-line companion that is developed, supported, and signed by Postman. It enables you to run collections, lint API schemas, run security and governance checks, and log in and out. All test results will be automatically pushed to the app."
+pkgdesc="The Postman CLI is the command-line companion that is developed, supported, and signed by Postman. All test results will be automatically pushed to the app."
provides=('postman-cli')
arch=('x86_64')
options=("!strip")