summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD4
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e887b75376f2..49ed7fee0676 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,15 @@
pkgbase = acme-sac
pkgdesc = Programmer's editor and shell, running over Inferno
pkgver = 0.14
- pkgrel = 2
+ pkgrel = 5
url = http://code.google.com/p/acme-sac/
- arch = any
+ arch = x86_64
license = GPL
+ depends = lib32-libx11
+ depends = lib32-libxext
+ depends = gcc-multilib
provides = acme
- source = http://acme-sac.googlecode.com/files/acme-sac_0.14_i386.deb
+ source = https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/acme-sac/acme-sac_0.14_i386.deb
md5sums = 178477dd90abb650fd6b1f1babb3edf8
pkgname = acme-sac
diff --git a/PKGBUILD b/PKGBUILD
index 21a663b55b23..da438c97fa27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felipe Morales <hel.sheep@gmail.com>
pkgname=acme-sac
pkgver=0.14
-pkgrel=4
+pkgrel=5
pkgdesc="Programmer's editor and shell, running over Inferno"
arch=('x86_64')
#arch=('i386')
@@ -10,7 +10,7 @@ license=('GPL')
depends=('lib32-libx11' 'lib32-libxext' 'gcc-multilib')
#depends=('gcc' 'libx11' 'libxext')
provides=('acme')
-source=(http://acme-sac.googlecode.com/files/acme-sac_0.14_i386.deb)
+source=(https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/acme-sac/acme-sac_0.14_i386.deb)
noextract=()
md5sums=(178477dd90abb650fd6b1f1babb3edf8)