summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Morales2015-07-18 13:10:47 -0300
committerFelipe Morales2015-07-18 13:10:47 -0300
commitdda39bc9642200133437f99656199f26fe6a077c (patch)
treec34cd1e0111925a2561b600f209e67ad47287a37
parent8c414f2d148f1be96419d209923cf18dc5214f72 (diff)
downloadaur-dda39bc9642200133437f99656199f26fe6a077c.tar.gz
Add more explicit runtime dependencies
Suggested to accomodate running in an arch32-light chroot
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 632de1d82d2e..4d2485336f63 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Felipe Morales <hel.sheep@gmail.com>
pkgname=acme-sac
pkgver=0.14
-pkgrel=2
+pkgrel=3
pkgdesc="Programmer's editor and shell, running over Inferno"
arch=('any')
url="http://code.google.com/p/acme-sac/"
license=('GPL')
-depends=()
+depends=('libx11' 'libxext' 'gcc')
provides=('acme')
source=(http://acme-sac.googlecode.com/files/acme-sac_0.14_i386.deb)
noextract=()