summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Duszynski2019-11-11 18:55:09 +0100
committerTomasz Duszynski2019-11-11 18:55:09 +0100
commitd771deaafa78dd6765ece02f2e27225ce21d59f7 (patch)
treee7af2e2eb36475c01a67d69ca0ce47f9b8285591
parent42146b86551b4ad8e6ef13e3bb4cc54714d5e2f4 (diff)
downloadaur-d771deaafa78dd6765ece02f2e27225ce21d59f7.tar.gz
drop git from build dependencies
git is not necessary hence drop it.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e981ad160e35..c2679f24f64b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/tbird20d/grabserial"
license=('GPL v2')
depends=('python-pyserial')
-makedepends=('git' 'python-setuptools')
+makedepends=('python-setuptools')
source=("https://github.com/tbird20d/grabserial/archive/v$pkgver.tar.gz")
sha256sums=('604d61199827b5ed27306204116779e759dfb34de78098028dc28b0c0f099323')