summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-03-30 13:55:05 -0400
committerYour Name2018-03-30 13:55:05 -0400
commitc43ba157d72d0642fd59d2a348f068aa9a29be91 (patch)
treec4353aedcaec4a7ea664db1cf82aef12d4c90696
parent1f15d5c9a9ea3971468be2051debab8d110f396b (diff)
downloadaur-c43ba157d72d0642fd59d2a348f068aa9a29be91.tar.gz
fix links
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9b59351b3b2..16ad948ca1fd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thunderbird-beta
pkgdesc = Standalone mail and news reader from mozilla.org - Bleeding edge version
- pkgver = 60.0b1
- pkgrel = 3
+ pkgver = 60.1
+ pkgrel = 4
url = https://www.mozilla.org/thunderbird/
install = thunderbird-beta.install
arch = x86_64
@@ -42,7 +42,7 @@ pkgbase = thunderbird-beta
optdepends = libcanberra: Sound support
options = !emptydirs
options = !makeflags
- source = https://ftp.mozilla.org/pub/thunderbird/releases/59.0b2/source/thunderbird-60.0b1.source.tar.xz
+ source = https://ftp.mozilla.org/pub/thunderbird/releases/60.0b1/source/thunderbird-60.0b1.60.0b1.tar.xz
source = https://raw.githubusercontent.com/bn0785ac/thunderbeta/master/thunderbird-beta.desktop
source = https://raw.githubusercontent.com/bn0785ac/thunderbeta/master/thunderbird-install-dir.patch
source = https://raw.githubusercontent.com/bn0785ac/thunderbeta/master/no-crmf.diff
diff --git a/PKGBUILD b/PKGBUILD
index 3b7abbcd8270..0aab0aa4c147 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,11 @@
# Based on [extra]'s thunderbird: https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/thunderbird
pkgname=thunderbird-beta
-pkgver=60.0b1
+pkgver=60.1
+ver=60.0b1
_major=${pkgver/[br]*}
_build=${pkgver/*rc}
-pkgrel=3
+pkgrel=4
pkgdesc="Standalone mail and news reader from mozilla.org - Bleeding edge version"
arch=(x86_64)
license=(MPL GPL LGPL)
@@ -19,7 +20,7 @@ optdepends=('hunspell: Spell checking'
'libcanberra: Sound support')
options=(!emptydirs !makeflags)
install=$pkgname.install
-source=(https://ftp.mozilla.org/pub/thunderbird/releases/59.0b2/source/thunderbird-60.0b1.source.tar.xz
+source=(https://ftp.mozilla.org/pub/thunderbird/releases/$ver/source/thunderbird-60.0b1.$ver.tar.xz
https://raw.githubusercontent.com/bn0785ac/thunderbeta/master/$pkgname.desktop
https://raw.githubusercontent.com/bn0785ac/thunderbeta/master/thunderbird-install-dir.patch
https://raw.githubusercontent.com/bn0785ac/thunderbeta/master/no-crmf.diff