summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli2020-11-15 00:13:41 +0100
committerDenis 'GNUtoo' Carikli2020-11-15 00:18:41 +0100
commitd334d45c168cc9e762a0d0b7f7f7a9d3540b33f8 (patch)
tree9d1e66ae43489148ecf280f7ff8a874ded4c9ad3
parent55fb28ed0972a413cb3a17bb07c668c9bbdd7587 (diff)
downloadaur-d334d45c168cc9e762a0d0b7f7f7a9d3540b33f8.tar.gz
Remove useless build dependencies
According to caltlgin and the PKGBUILD[1] article on the Arch Wiki, gcc, make and pkg-config are not necessary as they are already in the base-devel group which is required to build PKGBUILDS, so they "should not be duplicated" in PKGBUILDS. [1]https://wiki.archlinux.org/index.php/PKGBUILD#makedepends Reported-by: caltlgin Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7c2572f6bb9a..cf9da66de851 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,13 @@
pkgbase = simtrace-git
pkgdesc = Traces the communication between phones and SIM cards with first generation simtrace hardware.
pkgver = 0.1.r89.g6fde8e1
- pkgrel = 2
+ pkgrel = 3
url = http://bb.osmocom.org/trac/wiki/SIMtrace
arch = armv7h
arch = i686
arch = x86_64
license = GPL2
- makedepends = make
- makedepends = gcc
makedepends = git
- makedepends = pkg-config
depends = libosmocore
depends = libusb
depends = talloc
diff --git a/PKGBUILD b/PKGBUILD
index 34b5697bfd67..5fce236e4fe4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ pkgname=simtrace-git
_pkgname=simtrace
pkgver=0.1.r89.g6fde8e1
_commit=6fde8e1c26f12069e67103ba5f69a068d78de063
-pkgrel=2
+pkgrel=3
pkgdesc="Traces the communication between phones and SIM cards with first generation simtrace hardware."
arch=('armv7h' 'i686' 'x86_64')
url="http://bb.osmocom.org/trac/wiki/SIMtrace"
license=('GPL2') # GPLv2-only according to the source files headers
depends=('libosmocore' 'libusb' 'talloc')
-makedepends=('make' 'gcc' 'git' 'pkg-config')
+makedepends=('git')
source=("git://git.osmocom.org/simtrace.git#commit=$_commit")
sha512sums=('SKIP')