summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Bögle2021-09-02 00:37:07 +0200
committerJonas Bögle2021-09-02 00:37:07 +0200
commitc377f6ea2623b177a8b17b8106c29eb741f4e775 (patch)
treef6ba4d037c87368bf7ca95a0c3ab8ad7fbf0b122
parente6c890811147813d3b98a495a4eb8b8079de5435 (diff)
downloadaur-c377f6ea2623b177a8b17b8106c29eb741f4e775.tar.gz
Update maintainer and package description
-rw-r--r--.SRCINFO2
-rw-r--r--Makefile2
-rw-r--r--PKGBUILD5
3 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19a4b4901b94..f6ac30fdbc3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = typora
- pkgdesc = Typora will give you a seamless experience as both a reader and a writer.
+ pkgdesc = A minimal markdown editor and reader.
pkgver = 0.11.8
pkgrel = 1
url = https://typora.io/
diff --git a/Makefile b/Makefile
index fe5ab4d219bf..ca2fe4f15c1a 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ update:
# This will list the versions available in the Ubuntu repository
versions:
- curl -s https://www.typora.io/linux/Packages | perl -n -e '/^Version: (.*)-[0-9]+$$/ && print "$$1\n"' | sort -V | uniq
+ curl -s https://www.typora.io/linux/Packages | grep Version | cut -f 2 -d ' ' | sort -V | cut -f 1 -d '-' | uniq
# This will remove the files downloaded and created in the build process
clean:
diff --git a/PKGBUILD b/PKGBUILD
index 681a0f9e6d3f..d026f02b0fc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Jonathan Duck <duckbrain30@gmail.com>
+# Maintainer: Jonas Bögle <aur@iwr.sh>
+# Contributor: Jonathan Duck <duckbrain30@gmail.com>
# Expiremental System electron package, set ELECTRON env to electron
pkgname=typora
pkgver=0.11.8
pkgrel=1
-pkgdesc="Typora will give you a seamless experience as both a reader and a writer."
+pkgdesc="A minimal markdown editor and reader."
arch=('x86_64')
filename="${pkgname}_${pkgver}_amd64.deb"
license=('custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."')