summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO36
-rw-r--r--PKGBUILD48
2 files changed, 44 insertions, 40 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f10957804f99..a36998a85eb8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,14 @@
pkgbase = alpine
pkgdesc = A free software email client, a rewrite of Pine which was a continuation of the venerable ELM.
- pkgver = 2.25
- pkgrel = 1
- url = http://alpine.x10host.com/
- arch = i686
+ pkgver = 2.26
+ pkgrel = 3
+ url = https://alpineapp.email/
arch = x86_64
+ arch = i686
+ arch = armv6h
+ arch = armv6l
+ arch = armv7h
+ arch = armv7l
arch = aarch64
license = APACHE
depends = gettext
@@ -26,17 +30,17 @@ pkgbase = alpine
replaces = re-alpine
replaces = alpine-fancythreading
options = !makeflags
- source = http://alpine.x10host.com/alpine/release/src/alpine-2.25.tar.xz
- source = maildir-2.25.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-2.25/maildir.patch.gz
- source = fancy-2.25.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-2.25/fancy.patch.gz
- source = fillpara-2.25.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-2.25/fillpara.patch.gz
- source = compose-2.25.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-2.25/compose.patch.gz
- source = longurl-2.25.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-2.25/longurl.patch.gz
- sha256sums = 658a150982f6740bb4128e6dd81188eaa1212ca0bf689b83c2093bb518ecf776
- sha256sums = bc7fbe638beec14e6a2cf9a135f0e9b3513988ce6273ce1d64193844b77e09d6
- sha256sums = 3bd6bfa719fd55f0b6c7e8a576e7f895f2fe5bc433baec4dca18fa9340d560ff
- sha256sums = 96c68ca772aae921b6d291a400fe7763b069ece7625c517baba05ff84d4fee72
- sha256sums = c42669db277b651e52b6dfeff546df747aba34dda39ba7ff5cfe26e07a6f1520
- sha256sums = 51467e516b763f25f133df6686cdd883afccbb17754c7839079917a0e4ea6ab9
+ source = https://alpineapp.email/alpine/release/src/alpine-2.26.tar.xz
+ source = maildir-2.26.patch.gz::https://alpineapp.email/alpine/patches/alpine-2.26/maildir.patch.gz
+ source = fancy-2.26.patch.gz::https://alpineapp.email/alpine/patches/alpine-2.26/fancy.patch.gz
+ source = fillpara-2.26.patch.gz::https://alpineapp.email/alpine/patches/alpine-2.26/fillpara.patch.gz
+ source = compose-2.26.patch.gz::https://alpineapp.email/alpine/patches/alpine-2.26/compose.patch.gz
+ source = longurl-2.26.patch.gz::https://alpineapp.email/alpine/patches/alpine-2.26/longurl.patch.gz
+ sha256sums = c0779c2be6c47d30554854a3e14ef5e36539502b331068851329275898a9baba
+ sha256sums = 57808418b02a0e1cb826940068aa10eaed827b2b23609f05fd2015ec92043d37
+ sha256sums = c178459dd885e4caa32640e5ce63c689ec4752a1e039ddb149e034b935fe5181
+ sha256sums = 960bb9656353529964e86f0f782bf032f9aae36af9493ed7f2c8ccfd5695330f
+ sha256sums = 013d31d95dbf6e31c1ebfdcb745481cf31fd0df466b81e077a7538dcfe75a9f4
+ sha256sums = b29b4b6f8986c4c07ce2db21b6ff27341b4f7c0844c3dee8c1c63b0536fc88b2
pkgname = alpine
diff --git a/PKGBUILD b/PKGBUILD
index 73bb70478f2a..50fe1ecacd23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,49 +1,49 @@
# Maintainer: LightDot <lightdot -a-t- g m a i l>
pkgname=alpine
-pkgver=2.25
-pkgrel=1
-arch=('i686' 'x86_64' 'aarch64')
+pkgver=2.26
+pkgrel=3
+arch=('x86_64' 'i686' 'armv6h' 'armv6l' 'armv7h' 'armv7l' 'aarch64')
pkgdesc="A free software email client, a rewrite of Pine which was a continuation of the venerable ELM."
-url="http://alpine.x10host.com/"
+url="https://alpineapp.email/"
license=('APACHE')
depends=('gettext' 'krb5' 'libldap' 'pam')
optdepends=('aspell: for spell-checking support'
- 'hunspell: for spell-checking support'
- 'topal: glue program that links GnuPG and alpine')
+ 'hunspell: for spell-checking support'
+ 'topal: glue program that links GnuPG and alpine')
provides=('pico' 'pine' 're-alpine')
conflicts=('pico' 'pine' 're-alpine' 'alpine-fancythreading')
replaces=('pico' 'pine' 're-alpine' 'alpine-fancythreading')
options=('!makeflags')
-source=("http://alpine.x10host.com/alpine/release/src/alpine-${pkgver}.tar.xz"
- "maildir-${pkgver}.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-${pkgver}/maildir.patch.gz"
- "fancy-${pkgver}.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-${pkgver}/fancy.patch.gz"
- "fillpara-${pkgver}.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-${pkgver}/fillpara.patch.gz"
- "compose-${pkgver}.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-${pkgver}/compose.patch.gz"
- "longurl-${pkgver}.patch.gz::http://alpine.x10host.com/alpine/patches/alpine-${pkgver}/longurl.patch.gz")
-sha256sums=('658a150982f6740bb4128e6dd81188eaa1212ca0bf689b83c2093bb518ecf776'
- 'bc7fbe638beec14e6a2cf9a135f0e9b3513988ce6273ce1d64193844b77e09d6'
- '3bd6bfa719fd55f0b6c7e8a576e7f895f2fe5bc433baec4dca18fa9340d560ff'
- '96c68ca772aae921b6d291a400fe7763b069ece7625c517baba05ff84d4fee72'
- 'c42669db277b651e52b6dfeff546df747aba34dda39ba7ff5cfe26e07a6f1520'
- '51467e516b763f25f133df6686cdd883afccbb17754c7839079917a0e4ea6ab9')
+source=("https://alpineapp.email/alpine/release/src/alpine-${pkgver}.tar.xz"
+ "maildir-${pkgver}.patch.gz::https://alpineapp.email/alpine/patches/alpine-${pkgver}/maildir.patch.gz"
+ "fancy-${pkgver}.patch.gz::https://alpineapp.email/alpine/patches/alpine-${pkgver}/fancy.patch.gz"
+ "fillpara-${pkgver}.patch.gz::https://alpineapp.email/alpine/patches/alpine-${pkgver}/fillpara.patch.gz"
+ "compose-${pkgver}.patch.gz::https://alpineapp.email/alpine/patches/alpine-${pkgver}/compose.patch.gz"
+ "longurl-${pkgver}.patch.gz::https://alpineapp.email/alpine/patches/alpine-${pkgver}/longurl.patch.gz")
+sha256sums=('c0779c2be6c47d30554854a3e14ef5e36539502b331068851329275898a9baba'
+ '57808418b02a0e1cb826940068aa10eaed827b2b23609f05fd2015ec92043d37'
+ 'c178459dd885e4caa32640e5ce63c689ec4752a1e039ddb149e034b935fe5181'
+ '960bb9656353529964e86f0f782bf032f9aae36af9493ed7f2c8ccfd5695330f'
+ '013d31d95dbf6e31c1ebfdcb745481cf31fd0df466b81e077a7538dcfe75a9f4'
+ 'b29b4b6f8986c4c07ce2db21b6ff27341b4f7c0844c3dee8c1c63b0536fc88b2')
build() {
cd "${pkgname}-${pkgver}"
# Apply select patches to Alpine
- # http://alpine.x10host.com/alpine/
+ # https://alpineapp.email/alpine/
# Maildir patch
- patch -p1 -i "${srcdir}/fancy.patch"
+ patch -p1 -i "${srcdir}/fancy-${pkgver}.patch"
# Fancy Thread Interface
- patch -p1 -i "${srcdir}/maildir.patch"
+ patch -p1 -i "${srcdir}/maildir-${pkgver}.patch"
# Justify paragraphs that contain more than one level of quoting
- patch -p1 -i "${srcdir}/fillpara.patch"
+ patch -p1 -i "${srcdir}/fillpara-${pkgver}.patch"
# Add new subcommands to the compose command
- patch -p1 -i "${srcdir}/compose.patch"
+ patch -p1 -i "${srcdir}/compose-${pkgver}.patch"
# Recognize multiline URLs
- patch -p1 -i "${srcdir}/longurl.patch"
+ patch -p1 -i "${srcdir}/longurl-${pkgver}.patch"
# Configure Alpine
LIBS+="-lpam -lkrb5 -lcrypto" ./configure --prefix=/usr \