autolinux-dmenu


Logs | Files | LICENSE | LICENSE | GitLab


1
commit dd904d773efe36a1eb63d78cdcc8b80de10f1a4f
2
Author: Connor Etherington <[email protected]>
3
Date:   Thu Apr 18 03:01:37 2024 +0200
4
5
    Auto-Commit Update - 20240418
6
---
7
 PKGBUILD | 4 +++-
8
 1 file changed, 3 insertions(+), 1 deletion(-)
9
10
diff --git a/PKGBUILD b/PKGBUILD
11
index d2651a2..734eef0 100644
12
--- a/PKGBUILD
13
+++ b/PKGBUILD
14
@@ -1,7 +1,8 @@
15
 # Maintainer: Connor Etherington <[email protected]>
16
 # ---
17
 pkgname="autolinux-dmenu"
18
-pkgver="0.2.0"
19
+pkgdesc="The AutoLinux fork of dmenu"
20
+pkgver="0.2"
21
 pkgrel=1
22
 arch=(x86_64)
23
 url="https://gitlab.com/a4to/${pkgname}"
24
@@ -9,6 +10,7 @@ license=('MIT')
25
 depends=(ttf-hack)
26
 provides=(dmenu)
27
 conflicts=(dmenu)
28
+replaces=(dmenu)
29
 source=(
30
   "https://software.concise.cc/x86_64/${pkgname}-${pkgver}-${pkgrel}-$arch.pkg.tar.xz"
31
 )