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 8fe97284d083..b4b86851fd80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = webwormhole-git
- pkgdesc = WebWormhole creates ephemeral pipes between computers to send files or other data.
+ pkgdesc = Send data between computers using WebRTC.
pkgver = r195.1c8919c
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/saljam/webwormhole
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 297a93ca4a25..8c09d0afbfab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=webwormhole-git
_pkgname=${pkgname%-git}
pkgver=r195.1c8919c
-pkgrel=4
-pkgdesc='WebWormhole creates ephemeral pipes between computers to send files or other data.'
+pkgrel=5
+pkgdesc='Send data between computers using WebRTC.'
arch=('x86_64')
url="https://github.com/saljam/${_pkgname}"
license=('BSD')