summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Leontiev2021-04-05 08:15:05 +0300
committerAnton Leontiev2021-04-05 08:15:05 +0300
commit3d218dedf158493cf4f8c773248bb7c54285550d (patch)
tree1722ba46a0d8a01bbac85eef1c14b82d9b0e6925
parent4acb39a918a29fbec21875493de4ea65cac83ee4 (diff)
downloadaur-3d218dedf158493cf4f8c773248bb7c54285550d.tar.gz
moe: Remove texinfo from makedepends
First, texinfo is not required at build time. It is called at install time if it exists by corresponding libalpm hook. Second, texinfo package is in base-devel group and thus it is implicitly added to dependencies.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 658599e1fcd4..a0664f3a095e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = moe
arch = i686
arch = x86_64
license = GPL
- makedepends = texinfo
depends = ncurses
backup = etc/moerc
source = http://ftpmirror.gnu.org/moe/moe-1.11.tar.lz
diff --git a/PKGBUILD b/PKGBUILD
index 5c512f3d0367..f7dbe8f5ea2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,6 @@ arch=('i686' 'x86_64')
url='http://www.gnu.org/software/moe/moe.html'
license=('GPL')
depends=('ncurses')
-makedepends=('texinfo')
backup=('etc/moerc')
source=(http://ftpmirror.gnu.org/moe/$pkgname-$pkgver.tar.lz)
md5sums=('ccd9326e87f28ad584d638910ab45a87')