diff options
author | Andrew | 2019-01-12 17:33:16 +0100 |
---|---|---|
committer | Andrew | 2019-01-12 17:33:16 +0100 |
commit | b585218935ac36c70089225d0fb81d608533e01d (patch) | |
tree | 51754ca5673e372b2657f98dbe8f3c1286cf4435 | |
parent | d051a7cd14ea4b6467dc7900493307409df6aa36 (diff) | |
download | aur-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-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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') |