Package Details: alpine-git 2.26.0.678.267cba3-1

Git Clone URL: https://aur.archlinux.org/alpine-git.git (read-only, click to copy)
Package Base: alpine-git
Description: Fork of the PINE mail client (git)
Upstream URL: https://alpineapp.email/
Licenses: Apache
Conflicts: alpine, pine, re-alpine
Provides: alpine, pine, re-alpine
Replaces: alpine, pine, re-alpine
Submitter: yar
Maintainer: yar
Last Packager: yar
Votes: 45
Popularity: 0.000000
First Submitted: 2017-01-31 02:40 (UTC)
Last Updated: 2024-03-29 01:14 (UTC)

Dependencies (5)

Required by (2)

  • topal (requires alpine) (optional)
  • topal (requires re-alpine) (optional)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

jhubbard commented on 2015-11-20 07:52 (UTC)

Hello there, the freeiz.com site is totally not responding for me. Here's a hacked up patch (it's not great, because it skips the all-patch.gz entirely), but it does get me up and running on the 2.20-3 version. This is meant more for inspiration than as an actual fix, but anyway: --- PKGBUILD | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index f5ebc15..ccb64d7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -17,13 +17,18 @@ provides=("pine") conflicts=("pine" "re-alpine") replaces=("pine") options=("!makeflags") -source=(http://patches.freeiz.com/${pkgname}/release/src/${pkgname}-${pkgver}.tar.xz + +# freeiz.com is apparently off-line. Use fossies.org instead: + +source=(#http://patches.freeiz.com/${pkgname}/release/src/${pkgname}-${pkgver}.tar.xz + http://fossies.org/linux/misc/alpine-2.20.tar.gz #ftp://ftp.cac.washington.edu/${pkgname}/${pkgname}.tar.bz2 - http://patches.freeiz.com/${pkgname}/patches/${pkgname}-${pkgver}/all.patch.gz + #http://patches.freeiz.com/${pkgname}/patches/${pkgname}-${pkgver}/all.patch.gz topal-1.patch topal-2.patch) -md5sums=("043b67666af73b26f9627ad97e2aaf92" - "e5dc1147886b2f425765abaa076e6b89" +md5sums=("a5fcb0038143c625d57f59c207a14aad" + #"043b67666af73b26f9627ad97e2aaf92" + #"e5dc1147886b2f425765abaa076e6b89" "ce47b232339b251c74dc56de73513101" "e53177e123ec68fc77d55f60cd9eba9f") @@ -33,7 +38,7 @@ build() { # User compile time patches # - Eduardo Chappa patches - patch -p1 < ../all.patch + #patch -p1 < ../all.patch # - Phil Brooke patches (optional topal support) #patch -p1 < ../topal-1.patch #patch -p1 < ../topal-2.patch --

kyak commented on 2015-09-30 15:17 (UTC)

All of these can be added, if you: - Try out the option yourself (i don't have IPv6, neither i save passwords). - Make sure these options don't break existsing users' experience. - Suggest the patch.

lagagnon commented on 2015-09-29 21:39 (UTC)

Does not seem to be compiled with the option to save and remember passwords? At least it does not work for me. Could this be added possibly? Thanks...

grawity commented on 2015-09-25 14:10 (UTC)

Curious if this could be built with IPv6 support?

kyak commented on 2015-09-20 09:27 (UTC)

Thanks for the heads up! Updated.

999cgm commented on 2015-09-20 07:57 (UTC)

all.patch.gz changed again http://patches.freeiz.com/alpine/patches/alpine-2.20/alpinelog.html Sat Aug 15 2015 13:07:08 MDT Updating patch "rules" (save) Sat Aug 15 2015 13:14:24 MDT Updating patch "all" (save) Fri Sep 18 2015 15:29:50 MDT Updating patch "compose" (save) Fri Sep 18 2015 15:36:59 MDT Updating patch "all" (save)

kyak commented on 2015-09-08 16:03 (UTC)

I've updated the md5sum and bumped the package version. The upstream says that that "all.patch was never intended to be distributed in a "final state," it is always "work in progress." So i guess we will have to live with that.

kyak commented on 2015-09-07 17:47 (UTC)

I've contacted Eduardo to confirm this was a valid change. Until then, i'm not changing the checksum.

pientro commented on 2015-09-07 16:39 (UTC)

failed checksum of all.patch.gz

milouse commented on 2015-03-30 08:33 (UTC)

It seems that Eduardo Chappa's host has difficulties to accept all download requests for alpine and all patch archives. I've put this two files on my own server. You can get it here : - http://etienne.depar.is/alpine-2.20.tar.xz - http://etienne.depar.is/all.patch.gz Do not hesitate to use it if the pkgbuild fails to fetch them from upstream. I do NOT modify them, so they've the same md5sums.