summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLancia2022-10-28 02:25:37 +0330
committerLancia2022-10-28 02:25:37 +0330
commit6474b53ef7b017f9e1849399dc991e5e6f8122df (patch)
tree6a2ae9119aa7e1654a56bdbc8013a73ed712b07c
parent8c248beca7d418e3c069289591fdc439ee818d57 (diff)
downloadaur-6474b53ef7b017f9e1849399dc991e5e6f8122df.tar.gz
Removed makedepends=(git) since we are downloading a tarball
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7352ba0fe06..4f9bd3aa15a6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,6 @@ pkgbase = xkblayout
arch = x86_64
license = custom
license = OpenBSD
- makedepends = git
depends = libx11
source = xkblayout-1.3.tar.gz::https://github.com/alenichev/xkblayout/archive/v1.3.tar.gz
sha256sums = cba655d3cd6e779d73da28cf41729d94bcf5fc6968af0dd922fa6189099e58e9
diff --git a/PKGBUILD b/PKGBUILD
index f5b6422e4734..b6030c53e3d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ arch=('x86_64')
url='https://github.com/alenichev/xkblayout'
license=('custom' 'OpenBSD')
depends=('libx11')
-makedepends=('git')
source=($pkgname-$pkgver.tar.gz::https://github.com/alenichev/$pkgname/archive/v${pkgver}.tar.gz)
sha256sums=('cba655d3cd6e779d73da28cf41729d94bcf5fc6968af0dd922fa6189099e58e9')