summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeandre Le Roux2021-01-17 09:09:37 +0200
committerJeandre Le Roux2021-01-17 09:09:37 +0200
commitb36b0896f8e6b3cf74e6f34b1a3f7602e77b6a89 (patch)
treedf64ff6a27e3317864566999333b2aa13033c3d7
parent42b598be7b74ea3c65c0e73cdea92cd67c8e93c1 (diff)
downloadaur-b36b0896f8e6b3cf74e6f34b1a3f7602e77b6a89.tar.gz
Bump to 4.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f371568c2a69..5eb7a2ee6bf2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = xmenu
pkgdesc = A menu utility for X.
- pkgver = 4.4.1
+ pkgver = 4.5.4
pkgrel = 1
url = https://github.com/phillbush/xmenu
arch = any
license = Public domain
depends = imlib2
provides = xmenu
- source = https://github.com/phillbush/xmenu/archive/v4.4.1.tar.gz
- md5sums = d133cf0b1527667cc676e088696c6945
+ source = https://github.com/phillbush/xmenu/archive/v4.5.4.tar.gz
+ md5sums = 85e7159c013d44f9a61df6b54a43ebba
pkgname = xmenu
diff --git a/PKGBUILD b/PKGBUILD
index 0235b3daf721..359f07d10324 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jeandre Le Roux <theblazehen@gmail.com>
pkgname=xmenu
-pkgver=4.4.1
+pkgver=4.5.4
pkgrel=1
pkgdesc="A menu utility for X."
arch=('any')
@@ -10,7 +10,7 @@ license=("Public domain")
depends=("imlib2")
provides=("xmenu")
source=("https://github.com/phillbush/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=("d133cf0b1527667cc676e088696c6945")
+md5sums=("85e7159c013d44f9a61df6b54a43ebba")
build() {
cd "$pkgname-$pkgver"