summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco A Rojas2024-05-06 13:45:49 -0600
committerMarco A Rojas2024-05-06 13:45:49 -0600
commita96a932656f70c025bf7cc0db05d26b4566f23ea (patch)
treec8b6bfd72f50c4de89c1a329f36b378224e12a88
parentdf9b99fb1abcd43b8ab0b14697309f2fa5ef94f9 (diff)
downloadaur-a96a932656f70c025bf7cc0db05d26b4566f23ea.tar.gz
[FIX] dependency aspell-en
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e3b8f46cb9a..bfd62b0f9810 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = shlorem
pkgdesc = Lorem Ipsum generator for the command line (pure bash)
pkgver = 1.1.2.r1.g4a37420
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pforret/shlorem
arch = any
license = MIT
makedepends = git
+ depends = aspell-en
provides = shlorem
conflicts = shlorem
source = shlorem::git+https://github.com/pforret/shlorem.git
diff --git a/PKGBUILD b/PKGBUILD
index 4c8730a82667..06beec39716d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=shlorem
pkgver=1.1.2.r1.g4a37420
-pkgrel=1
+pkgrel=2
pkgdesc="Lorem Ipsum generator for the command line (pure bash)"
arch=(any)
url="https://github.com/pforret/shlorem"
license=('MIT')
makedepends=('git')
+depends=('aspell-en')
provides=("${pkgname}")
conflicts=("${pkgname}")
source=("${pkgname}::git+${url}.git")