summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThe-Repo-Club2021-04-18 16:33:10 +0100
committerThe-Repo-Club2021-04-18 16:33:10 +0100
commit3cd6b13aeb6010cb85e6be419f69d8a5eebead54 (patch)
tree8057d9830d437d12eb0d46369e24f9a594468576 /PKGBUILD
parent8f351061dd96c0146501d2fd0c34d71c35c8f006 (diff)
downloadaur-3cd6b13aeb6010cb85e6be419f69d8a5eebead54.tar.gz
release new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3baadee9b054..0cf963ba158d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: The-Repo-Club <The-Repo-Club@github.com>
# Contributor: The-Repo-Club <The-Repo-Club@github.com>
pkgname=instamenu
-pkgver=2021.04.17
+pkgver=2021.04.18
pkgrel=1
pkgdesc="dmenu like menu with the Dracula theme"
url="https://github.com/The-Repo-Club/$pkgname"
arch=('any')
groups=('therepoclub')
license=('CC BY-NC-SA 4.0')
-depends=('sh' 'perl' 'libxinerama' 'libxft' 'noto-fonts-emoji' 'ttf-joypixels' 'siji' 'cantarell-fonts' 'nerd-fonts-fira-code' 'instamenu-schemas')
+depends=('sh' 'python>=3.4' 'libxinerama' 'libxft' 'noto-fonts-emoji' 'ttf-joypixels' 'siji' 'cantarell-fonts' 'nerd-fonts-fira-code' 'instamenu-schemas')
optdepends=('instamenu-extra: Extra script that instamenu can use')
provides=($pkgname dmenu)
conflicts=(dmenu)
replaces=(dmenu)
source=("${pkgname}-$pkgver.tar.gz::${url}/archive/$pkgver.tar.gz")
-sha256sums=('e0279923acba5ad7ba251e12b1150352d36753952084e66ece5afbefbedd7a59')
+sha256sums=('c284689218948ed6c3d5526cd56b01b5afe21fbee1818da77f27f1db17875509')
build() {
cd "$srcdir/$pkgname-$pkgver"