diff options
author | Jeffrey Zhang | 2024-06-12 14:08:45 +0800 |
---|---|---|
committer | Jeffrey Zhang | 2024-06-12 14:08:45 +0800 |
commit | f5078f0d75566f9f4957db4c5de7181a4e1ec684 (patch) | |
tree | 333fe4aba9e5f297bd0215493ce2943c7a100667 | |
parent | a4199e0bbedc533755d0f69099183a9bbc775f77 (diff) | |
download | aur-f5078f0d75566f9f4957db4c5de7181a4e1ec684.tar.gz |
bump pkgrel for last commit
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ pkgbase = typora-plugin pkgdesc = A minimal markdown editor and reader. with obgnail/typora_plugin plugin. pkgver = 1.8.10+plugin+1.9.2 - pkgrel = 1 + pkgrel = 2 url = https://typora.io/ arch = x86_64 license = custom:"Copyright (c) 2015 Abner Lee All Rights Reserved." @@ -6,7 +6,7 @@ _pkgname=typora _typora_ver=1.8.10 _plugin_ver=1.9.2 pkgver=${_typora_ver}+plugin+${_plugin_ver} -pkgrel=1 +pkgrel=2 pkgdesc="A minimal markdown editor and reader. with obgnail/typora_plugin plugin." arch=('x86_64') license=('custom:"Copyright (c) 2015 Abner Lee All Rights Reserved."') |