summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPRESFIL2023-08-20 21:29:54 +0300
committerPRESFIL2023-08-20 21:29:54 +0300
commitc786624531aced0c85e55d64fa6bc7ce0c0bf8f9 (patch)
tree60e600740ba437770916daf454483dc64d1bed3c
parent1c16c753544374975dfa78a3effa30a3b0315efb (diff)
downloadaur-c786624531aced0c85e55d64fa6bc7ce0c0bf8f9.tar.gz
Bump version: 0.99.37 -> 1.0.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 84bde7f4aacc..9c492553d7b6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
- pkgver = 0.99.37
+ pkgver = 1.0.0
pkgrel = 1
url = https://www.giuspen.com/cherrytree/
arch = x86_64
@@ -13,8 +13,7 @@ pkgbase = cherrytree-bin
optdepends = p7zip: for password protection support
provides = cherrytree
conflicts = cherrytree
- source = https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/cherrytree_0.99.37-_amd64.deb
- sha256sums = 8a31243e7e63da1f7b70e25225dd80eb610f3686820b95a6938dad8684c0f9a1
+ source = https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/cherrytree_1.0.0-5_amd64.deb
+ sha256sums = b39a7b37105446660ad328ff07c38d4b154597a3da1a7beccdb64d6d8af2cf14
pkgname = cherrytree-bin
-
diff --git a/PKGBUILD b/PKGBUILD
index 5ab6411be03c..bf4b1a349918 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cherrytree-bin
_basename=${pkgname%*-bin}
-pkgver=0.99.37
+pkgver=1.0.0
pkgrel=1
pkgdesc='Binary version of cherrytree'
arch=('x86_64')
@@ -12,11 +12,10 @@ depends=('gtksourceviewmm' 'libxml++2.6' 'gspell' 'uchardet' 'fmt')
optdepends=('p7zip: for password protection support')
provides=("${_basename}")
conflicts=("${_basename}")
-source=("https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/${_basename}_${pkgver}-3_amd64.deb")
-sha256sums=('8a31243e7e63da1f7b70e25225dd80eb610f3686820b95a6938dad8684c0f9a1')
+source=("https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/${_basename}_${pkgver}-5_amd64.deb")
+sha256sums=('b39a7b37105446660ad328ff07c38d4b154597a3da1a7beccdb64d6d8af2cf14')
package() {
msg2 "Extracting the data.tar.xz..."
- bsdtar -xf data.tar.xz -C "$pkgdir/"
+ bsdtar -xf data.tar.zst -C "$pkgdir/"
}
-