summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2016-02-15 23:23:05 -0200
committerDavi da Silva Böger2017-03-23 11:32:19 -0300
commit5b1150c022b67491ad5c503b6a8fcc7ffdfd7737 (patch)
treed2e7057d732a342d2f0ceaabb457c5531cd95b7d
parent86301ca958d4f2bf447dbdfe062e59c88ae69dde (diff)
downloadaur-5b1150c022b67491ad5c503b6a8fcc7ffdfd7737.tar.gz
Workaround issue with AUR helpers "caching" downloads between different builds
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8177ff9b4d44..a344cdec3612 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 13 00:51:52 UTC 2016
+# Tue Feb 16 01:22:12 UTC 2016
pkgbase = terminix
pkgdesc = A tiling terminal emulator based on GTK+ 3
pkgver = 0.46.0
@@ -13,7 +13,7 @@ pkgbase = terminix
depends = gsettings-desktop-schemas
depends = vte3
optdepends = libnautilus-extension: for "open with terminix" support in nautilus
- source_x86_64 = https://github.com/gnunn1/terminix/releases/download/0.46.0/terminix.zip
+ source_x86_64 = teminix-0.46.0.zip::https://github.com/gnunn1/terminix/releases/download/0.46.0/terminix.zip
sha256sums_x86_64 = f333497e364353e99c563160c91f9902f18ca5cfbcc64cc59034f37d8773b24e
pkgname = terminix
diff --git a/PKGBUILD b/PKGBUILD
index b259da3a388e..64f5dffc8f68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ license=('MPL')
depends=('gtk3' 'dconf' 'gsettings-desktop-schemas' 'vte3')
optdepends=('libnautilus-extension: for "open with terminix" support in nautilus')
install=terminix.install
-source_x86_64=(https://github.com/gnunn1/terminix/releases/download/$pkgver/terminix.zip)
+source_x86_64=(teminix-${pkgver}.zip::https://github.com/gnunn1/terminix/releases/download/$pkgver/terminix.zip)
sha256sums_x86_64=('f333497e364353e99c563160c91f9902f18ca5cfbcc64cc59034f37d8773b24e')
package() {