summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Golatofski2020-01-19 18:59:01 +0100
committerFelix Golatofski2020-01-19 18:59:01 +0100
commit70a02a2b68c565e05d073976c7dfddfa2c6b80fd (patch)
tree3de558f731b9a545b2e46634aed957cdaede7c9e
parent04b8f27b9d4d47c4f26997681e49c4d78a21a8ad (diff)
downloadaur-70a02a2b68c565e05d073976c7dfddfa2c6b80fd.tar.gz
Updated to 2.21
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 557b76b29e08..a2abd8d165d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
pkgname=alpine-fancythreading
real_pkgname=alpine
-pkgver=2.20
+pkgver=2.21
pkgrel=1
pkgdesc="The continuation of the Alpine email client from University of Washington. Including Enhanced fancy threading, Topal and maildir patches."
arch=('i686' 'x86_64')
-url="http://patches.freeiz.com/alpine/index.html"
+url="http://alpine.x10host.com/alpine/"
license=('APACHE')
depends=('libldap' 'krb5')
optdepends=('aspell: spell-checking support'
@@ -19,11 +19,11 @@ conflicts=('pine' 'alpine' 're-alpine')
replaces=('pine' 'alpine')
options=('!makeflags')
source=(http://patches.freeiz.com/alpine/release/src/alpine-${pkgver}.tar.xz
- http://patches.freeiz.com/alpine/patches/alpine-2.20/maildir.patch.gz
- http://patches.freeiz.com/alpine/patches/alpine-2.20/fancy.patch.gz)
-sha1sums=('05f4908a347969b77b684cc8b995d4aaa1506155'
- '7ae3d7faa19c33a773e3820cf7bcae99ac69a5c4'
- '31f14b276425681d714fda215cc8fb63612996c3')
+ http://patches.freeiz.com/alpine/patches/alpine-2.21/maildir.patch.gz
+ http://patches.freeiz.com/alpine/patches/alpine-2.21/fancy.patch.gz)
+sha512sums=('af31c4d5df292f30d1de61d3dc7141ca1dea12df65a5ca4e9955cc20c795794f154f3bbe3ff491c6d1eedae5c98c35133b3caf648f92af40151219d48bcc21e5'
+ 'af31c4d5df292f30d1de61d3dc7141ca1dea12df65a5ca4e9955cc20c795794f154f3bbe3ff491c6d1eedae5c98c35133b3caf648f92af40151219d48bcc21e5'
+ 'af31c4d5df292f30d1de61d3dc7141ca1dea12df65a5ca4e9955cc20c795794f154f3bbe3ff491c6d1eedae5c98c35133b3caf648f92af40151219d48bcc21e5')
build() {
cd "${srcdir}/${real_pkgname}-${pkgver}"