summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorphyskets2020-10-04 19:28:06 +0530
committerphyskets2020-10-04 19:28:06 +0530
commite342bbb7664570329e4687bc1e81fd0c145c3310 (patch)
treee71fd6292afef195b32d2a9be58b7432488ce59e
parent81757fddcd33c69d277ada81c6798e58c074e627 (diff)
downloadaur-e342bbb7664570329e4687bc1e81fd0c145c3310.tar.gz
Update to: 2.18
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bbf53a3efd9d..880051b424c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = j4-dmenu-desktop
pkgdesc = A much faster replacement for i3-dmenu-desktop. Its purpose is to find .desktop files and offer you a menu to start an application using dmenu.
- pkgver = 2.17
+ pkgver = 2.18
pkgrel = 1
url = https://github.com/enkore/j4-dmenu-desktop
arch = any
@@ -10,10 +10,10 @@ pkgbase = j4-dmenu-desktop
optdepends = dmenu: install for the default backend
optdepends = bemenu: an alternative backend
conflicts = j4-dmenu-desktop-git
- source = j4-dmenu-desktop-r2.17.tar.gz::https://github.com/enkore/j4-dmenu-desktop/archive/r2.17.tar.gz
- source = https://github.com/enkore/j4-dmenu-desktop/releases/download/r2.17/j4-dmenu-desktop-r2.17.tar.gz.sig
+ source = j4-dmenu-desktop-r2.18.tar.gz::https://github.com/enkore/j4-dmenu-desktop/archive/r2.18.tar.gz
+ source = https://github.com/enkore/j4-dmenu-desktop/releases/download/r2.18/r2.18.tar.gz.sig
validpgpkeys = A1774C1B37DC1DCEDB65EE469B8450B91D1362C1
- sha256sums = 78f6e5a534d8b675ee9fcdd4d5a61f18125089af2b094306fdaca72795ba5f49
+ sha256sums = 77c5605d0c1291bcf1e13b186ea3b32ddf4753de0d0e39127b4a7d2098393e25
sha256sums = SKIP
pkgname = j4-dmenu-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 9e358544a8d0..11c887d32a70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Bill Kolokithas <kolokithas.b@gmail.com>
pkgname=j4-dmenu-desktop
-pkgver=2.17
+pkgver=2.18
pkgrel=1
pkgdesc="A much faster replacement for i3-dmenu-desktop. Its purpose is to find .desktop files and offer you a menu to start an application using dmenu."
arch=('any')
@@ -15,9 +15,9 @@ optdepends=('dmenu: install for the default backend'
makedepends=('git' 'cmake')
conflicts=('j4-dmenu-desktop-git')
source=("${pkgname}-r${pkgver}.tar.gz::${url}/archive/r${pkgver}.tar.gz"
- "${url}/releases/download/r${pkgver}/${pkgname}-r${pkgver}.tar.gz.sig")
+ "${url}/releases/download/r${pkgver}/r${pkgver}.tar.gz.sig")
validpgpkeys=('A1774C1B37DC1DCEDB65EE469B8450B91D1362C1') # Marian Beermann <public@enkore.de>
-sha256sums=('78f6e5a534d8b675ee9fcdd4d5a61f18125089af2b094306fdaca72795ba5f49'
+sha256sums=('77c5605d0c1291bcf1e13b186ea3b32ddf4753de0d0e39127b4a7d2098393e25'
'SKIP')