summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndyM482024-05-24 09:15:17 +0200
committerAndyM482024-05-24 09:15:17 +0200
commitc52d8192477070a86351d7d1eb2091be2fc4c778 (patch)
tree01b95f28938a95ba6c7b28456c76d31152e0135c
parent16a39840346f95bc49f2893b7877a2a4f84ee9f6 (diff)
downloadaur-c52d8192477070a86351d7d1eb2091be2fc4c778.tar.gz
Minor updates and bug fixes
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c34a51698bc..721422bc8cb6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vpacman
pkgdesc = A Graphical front end for pacman and the AUR
- pkgver = 1.4.8
+ pkgver = 1.4.9
pkgrel = 1
url = https://gitlab.com/AndyM48/vpacman
arch = any
@@ -19,7 +19,7 @@ pkgbase = vpacman
optdepends = vte: preconfigured terminal emulator
optdepends = xfce4-terminal: preconfigured terminal emulator
optdepends = xterm: preconfigured terminal emulator (default)
- source = https://gitlab.com/AndyM48/vpacman/-/archive/1.4.8/vpacman-1.4.8.tar.gz
- md5sums = 90db8fac02b75e5b6a7d439330d7abcf
+ source = https://gitlab.com/AndyM48/vpacman/-/archive/1.4.9/vpacman-1.4.9.tar.gz
+ md5sums = ef24e7a909bb32029bdf4a7a47196d17
pkgname = vpacman
diff --git a/PKGBUILD b/PKGBUILD
index 21e53d047535..580646165a3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: <andrew dot myers at wanadoo dot fr>
pkgname=vpacman
-pkgver=1.4.8
+pkgver=1.4.9
pkgrel=1
pkgdesc="A Graphical front end for pacman and the AUR"
arch=('any')
@@ -20,7 +20,7 @@ optdepends=('pkgfile: for faster retrieval of package files'
'xterm: preconfigured terminal emulator (default)'
)
source=(https://gitlab.com/AndyM48/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-md5sums=('90db8fac02b75e5b6a7d439330d7abcf')
+md5sums=('ef24e7a909bb32029bdf4a7a47196d17')
package() {
cd "$srcdir/$pkgname-$pkgver"