summarylogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parente6c890811147813d3b98a495a4eb8b8079de5435 (diff)
downloadaur-c377f6ea2623b177a8b17b8106c29eb741f4e775.tar.gz
Update maintainer and package description
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: