summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Dowling2018-04-08 00:05:21 +1000
committerRyan Dowling2018-04-08 00:05:21 +1000
commit8d0e27bbbba8a760d9028c793b9132f671e5cfda (patch)
treefeba69dfe0d2e7d48b996df3bb489dffd4e3e45e
parent40b277a990868f88b26a867fc4bbdf597ae75aaf (diff)
downloadaur-8d0e27bbbba8a760d9028c793b9132f671e5cfda.tar.gz
chore(hyper-bin): remove canary replacement
-rw-r--r--.SRCINFO23
-rw-r--r--PKGBUILD4
2 files changed, 14 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a18143c144e2..30af8d31408f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,23 @@
pkgbase = hyper-bin
pkgdesc = A terminal built on web technologies
pkgver = 1.4.8
- pkgrel = 2
+ pkgrel = 3
url = https://hyper.is
arch = x86_64
license = MIT
- conflicts = hyper
+ depends = gconf
+ depends = libnotify
+ depends = libappindicator
+ depends = libxtst
+ depends = nss
+ depends = libxss
provides = hyper
- depends = libnotify
- depends = libxss
- depends = libxtst
- depends = gconf
- depends = libindicator
- depends = libappindicator
- options = !strip
- options = !utx
+ conflicts = hyper
+ conflicts = hyper-appimage
+ options = !strip
+ options = !upx
source_x86_64 = https://github.com/zeit/hyper/releases/download/1.4.8/hyper_1.4.8_amd64.deb
md5sums_x86_64 = 19d48f66a414cfcd233b4d78dee6f1e6
+
pkgname = hyper-bin
+
diff --git a/PKGBUILD b/PKGBUILD
index 2a2858fd5c56..eeb677184273 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,8 @@ provides=('hyper')
depends=('gconf' 'libnotify' 'libappindicator' 'libxtst' 'nss' 'libxss')
options=('!strip' '!upx')
-_pkgver_correct=${pkgver/\.canary/-canary}
-
source_x86_64=(
- "https://github.com/zeit/hyper/releases/download/${_pkgver_correct}/hyper_${_pkgver_correct}_amd64.deb"
+ "https://github.com/zeit/hyper/releases/download/${pkgver}/hyper_${pkgver}_amd64.deb"
)
md5sums_x86_64=(