summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {