summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb40bc83fa7b..a90c462136b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = pug
- pkgdesc = Automatically saves Pacman and AUR package lists into Gists.
+ pkgdesc = Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.
pkgver = 1.0
pkgrel = 2
url = https://github.com/Ventto/pug.git
diff --git a/PKGBUILD b/PKGBUILD
index 092dc6a38f3d..68ac947db8ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='pug'
pkgver=1.0
pkgrel=2
-pkgdesc='Automatically saves Pacman and AUR package lists into Gists.'
+pkgdesc='Automatically saves and synchronizes Pacman and AUR installed package lists into Gists.'
arch=('x86_64' 'i686')
license=('GPL')
depends=('pacman>=5.0' 'gist>=4.5.0')