summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramagura2017-04-27 19:37:16 -0600
committeramagura2017-04-27 19:37:16 -0600
commit47079e3fc36867915fa049c5e316d5cf9c0710b8 (patch)
tree93a5501abb7959f267707fa3ee40a7b84a85f22e
parentee9bdce223aa31e816710079eb71913f14428cfc (diff)
downloadaur-47079e3fc36867915fa049c5e316d5cf9c0710b8.tar.gz
removes unneeded make depends
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 08a7dd8f346b..86f4f73e8098 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=epsxe
_pkgname=ePSXe
pkgver=2.0.5
-pkgrel=18
+pkgrel=19
pkgdesc="Enhanced PSX emulator (64-bit)"
url="http://epsxe.com"
arch=('x86_64')
@@ -13,7 +13,7 @@ arch=('x86_64')
#depends_i686+=(gtk3 sdl_ttf libtinfo libcurl-compat)
depends=(gtk3 libxt sdl_ttf libtinfo libcurl-compat libcanberra bash)
#depends=(gtk3 sdl_ttf ilib32-libtinfo lib32-libcurl-compat)
-makedepends=(p7zip tar)
+#makedepends=(p7zip tar)
license=('unknown')
install=${pkgname}.install
options=(!strip)