summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shurukhin2022-11-22 09:25:03 +0300
committerKonstantin Shurukhin2022-11-22 09:25:03 +0300
commitd210f1b883c6729bf2e30169c6c4c501abd1e5a2 (patch)
tree087e1753559cd775f065f7275640aa4e8ba252b2
parent719e70b2949378624d3e3cbd1dad27cb8aa6c96d (diff)
downloadaur-d210f1b883c6729bf2e30169c6c4c501abd1e5a2.tar.gz
Remove go dependancy
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fff0c43ed5ba..872e776b26fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ source_i686=("https://github.com/maaslalani/nap/releases/download/v$pkgver/nap_$
source_aarch64=("https://github.com/maaslalani/nap/releases/download/v$pkgver/nap_${pkgver}_linux_arm64.tar.gz")
arch=('x86_64' 'aarch64' 'i686')
license=('MIT')
-depends=('pacman' 'go')
+depends=('pacman')
conflicts=('nap')
provides=('nap')
sha256sums_x86_64=('6d9ded2bfadee19a41a085c8f6cb5890efe9feaa52d0c58cba5e85635360f781')