summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAseem Athale2023-09-29 12:54:59 +0530
committerAseem Athale2023-09-29 12:54:59 +0530
commitd572156747593f927b7ab5f0fc7d9d4f437f1ae4 (patch)
treeeac6dd67c715474a84b00344f34672682c3e547c /PKGBUILD
parent66de20d3a4250087ad1d629ff8c219ebde569ba0 (diff)
downloadaur-d572156747593f927b7ab5f0fc7d9d4f437f1ae4.tar.gz
captdriver-git: Remove base-devel makedepends() packages
`automake`, `gcc`, `make`, which are packages required to build this package, are all part of `base-devel` package, which is assumed to be already installed when running `makepkg`. Quoting the arch wiki at https://wiki.archlinux.org/title/PKGBUILD#makedepends : The package base-devel is assumed to be already installed when building with makepkg. Dependencies of this package should not be included in makedepends array. Signed-off-by: Aseem Athale <athaleaseem@gmail.com>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index deb5fd6bf2eb..0faf9f308561 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
_gitname=captdriver
pkgname=${_gitname}-git
pkgver=r138.a3036a4
-pkgrel=1
+pkgrel=2
pkgdesc='Open source CUPS driver for Canon CAPT printers (not stable, formerly foo2capt)'
arch=('any')
url='https://github.com/mounaiban/captdriver'
depends=('cups')
install=${pkgname}.install
license=('GPL')
-makedepends=('automake' 'git' 'gcc')
+makedepends=('git')
source=("$_gitname::git+https://github.com/mounaiban/captdriver.git" "capt.rules")
md5sums=('SKIP' '58d3dc5cd1cf6b9e2e44d71885b0f9d5')