Package Details: typora 1.9.3-1

Git Clone URL: https://aur.archlinux.org/typora.git (read-only, click to copy)
Package Base: typora
Description: A minimal markdown editor and reader.
Upstream URL: https://typora.io/
Keywords: markdown
Licenses: custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."
Submitter: duckbrain
Maintainer: irgendwr
Last Packager: irgendwr
Votes: 135
Popularity: 0.44
First Submitted: 2016-09-28 06:28 (UTC)
Last Updated: 2024-08-28 01:55 (UTC)

Pinned Comments

irgendwr commented on 2023-01-24 18:49 (UTC) (edited on 2023-10-17 21:03 (UTC) by irgendwr)

Before flagging this package as "out-of-date", please read this:

First of all, I appreciate your help, but I'm already running a script that notifies me once a new version is available. Please wait 1-2 days before flagging, unless it is critical. Usually I manage to push updates on the same day as Typora releases them.

Also: The latest version on their website might not be the latest Linux repository version. E.g. because some updates do not have any changes related to Linux.

To check the latest Linux version, run the following command: curl -s https://www.typora.io/linux/Packages | grep Version | cut -f 2 -d ' ' | sort -V | cut -f 1 -d '-' | uniq

Please do not flag this package as "out-of-date" if the "new version" is not listed in the output of the aforementioned command.

irgendwr commented on 2021-11-26 12:36 (UTC) (edited on 2022-10-09 11:03 (UTC) by irgendwr)

Typora is no longer completely free since it's out of beta. It is possible to use Typora for free on Linux; Some restrictions may apply. See the official FAQ: "Can I use Typora for free?" for more details. Alternatively you can purchase a license.

Please report issues with Typora here: https://github.com/typora/typora-issues

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

tschertel commented on 2019-12-02 21:36 (UTC) (edited on 2019-12-02 21:37 (UTC) by tschertel)

Solve this is easier than you think:

Just git clone the repo and edit PKGBUILD file to the right version and run make. Then update the programm.

git clone https://aur.archlinux.org/typora.git

(edit PKGBUILD to 81)

make

pacman -U typora-0.9.81-1-x86_64.pkg.tar.xz

irgendwr commented on 2019-12-02 20:42 (UTC)

@duckbrain Please update pkgver=0.9.80 to pkgver=0.9.81 as soon as possible (0.9.80 is no longer available which breaks the installation) and change source=("<https://typora.io/./linux/>$filename") to source=("<https://typora.io/linux/>$filename").

michaldybczak commented on 2019-12-02 19:55 (UTC)

Couldn't install.

curl: (22) The requested URL returned error: 404 ==> ERROR: Download error https://typora.io/./linux/typora_0.9.80_amd64.deb Aborting...

polve commented on 2019-12-02 15:31 (UTC)

@Tio

As you already noticed, at the time of me writing this, the following doesn't work:

curl -O https://typora.io/./linux/typora_0.9.80_amd64.deb

But this seem to be working fine:

curl -LO https://typora.io/./linux/typora_0.9.80_amd64.deb

However, I do not know how to make it work with the PKGBUILD.

timhs commented on 2019-12-01 20:42 (UTC) (edited on 2019-12-01 20:44 (UTC) by timhs)

in PKGBUILD I changed it to

pkgver=0.9.81

and I changed the sha512:

sha512sums=('4c2db673277431643b4ea006ff62780c2769f35ff6bdc2ae0fb52147001a97b410fa012e05743385004541d5aa064a8bdb229b1ed9263fd022076d74838139d1')

Now I have the Beta Version. I think the 0.9.80.deb is missing

Tio commented on 2019-12-01 17:55 (UTC)

Error:

Building typora...
==> Making package: typora 0.9.80-1 (dom 01 dic 2019 18:38:20 CET)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading typora_0.9.80_amd64.deb...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 
==> ERROR: Failure while downloading https://typora.io/./linux/typora_0.9.80_amd64.deb
    Aborting...

GAZ082 commented on 2019-12-01 13:48 (UTC)

  1. The .deb file source is wrong. There is not file there.
  2. Why do you use a .deb package? Use the tar.gz.

max-k commented on 2019-12-01 12:59 (UTC)

Hi,

Could you upgrade this package to 0.9.81-1 ?

Also, I think you can remove useless ./ in URL.

And, maybe sha512 is a bit too much for a checksum, sha256 is probably sufficient.

Thank you very much.

solatis commented on 2019-12-01 11:17 (UTC) (edited on 2019-12-01 11:19 (UTC) by solatis)

Currently broken:

:: Parsing SRCINFO (1/1): typora ==> Making package: typora 0.9.80-1 (Sun 01 Dec 2019 12:18:10 PM CET) ==> Retrieving sources... -> Downloading typora_0.9.80_amd64.deb... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 ==> ERROR: Failure while downloading <https://typora.io/./linux/typora_0.9.80_amd64.deb> Aborting... Error downloading sources: typora

tschertel commented on 2019-12-01 10:15 (UTC)

Why download a deb file if we have Typora-linux-x64.tar.gz binary there? Just asking. No need to change everything.