summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe Morales2017-01-28 16:54:45 +0100
committerFelipe Morales2017-01-28 16:54:45 +0100
commita00ae0c66a76923827c0b76ee9c49802a38fe5d5 (patch)
tree9b6e35c66d995a649700ef50a3c88b36e24bf0f0
parentb1cfcf2b730d974e1ac4741b1e0a22dfca286c6c (diff)
downloadaur-a00ae0c66a76923827c0b76ee9c49802a38fe5d5.tar.gz
update download URL
-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)