summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWorMzy Tykashi2021-12-26 18:20:08 +0000
committerWorMzy Tykashi2021-12-26 18:20:08 +0000
commit2f1e0a2915c6a609a9280c7538900d3d2f21d9d0 (patch)
treef9a922b8c7f38065fa2115c73fc75910bf4bf121
parent82ef4dbc10aaa524518b5cedf2d0500706a40705 (diff)
downloadaur-2f1e0a2915c6a609a9280c7538900d3d2f21d9d0.tar.gz
Remove git makedep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3694393e762..73ecb29ec2d2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = palemoon
license = MPL
license = GPL
license = LGPL
- makedepends = git
makedepends = python2
makedepends = autoconf2.13
makedepends = unzip
diff --git a/PKGBUILD b/PKGBUILD
index 5b6aa1ab4bce..3946485b6457 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ url="https://www.palemoon.org/"
license=('MPL' 'GPL' 'LGPL')
depends=('gtk2' 'dbus-glib' 'desktop-file-utils' 'libxt' 'mime-types' 'alsa-lib'
'startup-notification')
-makedepends=('git' 'python2' 'autoconf2.13' 'unzip' 'zip' 'yasm' 'gcc10'
+makedepends=('python2' 'autoconf2.13' 'unzip' 'zip' 'yasm' 'gcc10'
'libpulse')
optdepends=('libpulse: PulseAudio audio driver'
'ffmpeg: various video and audio support')