summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew2019-01-12 17:33:16 +0100
committerAndrew2019-01-12 17:33:16 +0100
commitb585218935ac36c70089225d0fb81d608533e01d (patch)
tree51754ca5673e372b2657f98dbe8f3c1286cf4435
parentd051a7cd14ea4b6467dc7900493307409df6aa36 (diff)
downloadaur-b585218935ac36c70089225d0fb81d608533e01d.tar.gz
Minor Release
Improved interface with some new features e.g.: Install packages from AUR by name Install local packages Use tcl threads, if available, to: Get AUR updates available on start up Find packages which own a file now searches installed AUR packages
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2cfaf01abb47..27b3543a053e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = vpacman
- pkgdesc = A programme to view and manage the pacman database - built with Tcl/Tk
+ pkgdesc = A Graphical front end for pacman and the AUR
pkgver = 1.3.0
pkgrel = 1
url = https://github.com/fdservices/vpacman
diff --git a/PKGBUILD b/PKGBUILD
index a78c4a823f66..ef121c696852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=vpacman
pkgver=1.3.0
pkgrel=1
-pkgdesc="A programme to view and manage the pacman database - built with Tcl/Tk"
+pkgdesc="A Graphical front end for pacman and the AUR"
arch=('any')
url="https://github.com/fdservices/vpacman"
license=('GPL')