summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39f56b82a00d..7e2e9eed7446 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = lantern-beta
- pkgdesc = Lantern is a free desktop application that delivers fast, reliable and secure access to the open Internet. (Stable Channel)
+ pkgdesc = Lantern is a free desktop application that delivers fast, reliable and secure access to the open Internet. (Beta Channel)
pkgver = 2.0.1.20150821.200810
pkgrel = 1
url = https://getlantern.org
@@ -14,7 +14,7 @@ pkgbase = lantern-beta
options = !emptydirs
options = !strip
options = !docs
- source_i686 = lantern-installer-32.deb::https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-32.deb
+ source_i686 = lantern-installer-beta-32-bit.deb::https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-beta-32-bit.deb
sha1sums_i686 = c1879554862ac7dc9590a1bb119c7638fbd3467f
source_x86_64 = lantern-installer-beta-64-bit.deb::https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-beta-64-bit.deb
sha1sums_x86_64 = 9978b58487377ff572c9bfbd926085b2713b7028
diff --git a/PKGBUILD b/PKGBUILD
index 4109a7608fe6..b3f114edc2e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=lantern-beta
pkgver=2.0.1.20150821.200810
pkgrel=1
-pkgdesc='Lantern is a free desktop application that delivers fast, reliable and secure access to the open Internet. (Stable Channel)'
+pkgdesc='Lantern is a free desktop application that delivers fast, reliable and secure access to the open Internet. (Beta Channel)'
arch=('i686' 'x86_64')
url='https://getlantern.org'
license=('Apache')
@@ -9,7 +9,7 @@ depends=('libappindicator-gtk3' 'hicolor-icon-theme' 'xdg-utils')
provides=('lantern')
options=('!emptydirs' '!strip' '!docs')
install=$pkgname.install
-source_i686=('lantern-installer-32.deb::https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-32.deb')
+source_i686=('lantern-installer-beta-32-bit.deb::https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-beta-32-bit.deb')
source_x86_64=('lantern-installer-beta-64-bit.deb::https://raw.githubusercontent.com/getlantern/lantern-binaries/master/lantern-installer-beta-64-bit.deb')
sha1sums_i686=('c1879554862ac7dc9590a1bb119c7638fbd3467f')
sha1sums_x86_64=('9978b58487377ff572c9bfbd926085b2713b7028')