summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 632e6c913c16..d3001de8f66a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = rofi-code-git
license = MIT
makedepends = git
makedepends = go
+ depends = rofi
provides = rofi-code
source = rofi-code-git::git+https://www.github.com/Coffelius/rofi-code
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9d788e48d734..54a4490b9d3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Gabriel Ortega <coffelius@gmail.com>
pkgname=rofi-code-git
-pkgrel=1
+pkgrel=2
epoch=
pkgver=0.2.r1.gf804543
pkgdesc="Use rofi to quickly open Visual Studio Code or Codium workspaces."
@@ -8,7 +8,7 @@ arch=($CARCH)
url="https://www.github.com/Coffelius/rofi-code"
license=('MIT')
groups=()
-depends=()
+depends=('rofi')
makedepends=(
'git'
'go'