summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPRESFIL2020-10-31 14:00:01 +0300
committerPRESFIL2020-10-31 14:08:28 +0300
commitd8326f6ba01dcb11640f07154e0d140efd327f56 (patch)
tree8b1d0178d3d7e22ff831b6682ed7756c1edc2882
parent6b2c1404fd42b7cf8e345cadf18839ce7a4072c1 (diff)
downloadaur-d8326f6ba01dcb11640f07154e0d140efd327f56.tar.gz
Bump version: 0.99.16 -> 0.99.18
**NOTE:** also fix `arch` with acceptable value and add `provides`, `conflicts` relations.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 11 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8666035ad2e1..00d6df6e4d3c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,18 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
- pkgver = 0.99.16
+ pkgver = 0.99.18
pkgrel = 1
url = https://www.giuspen.com/cherrytree/
- arch = amd64
+ arch = x86_64
license = GPL3
depends = gtksourceviewmm
depends = libxml++2.6
depends = gspell
optdepends = p7zip: for password protection support
- source = https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/cherrytree_0.99.16-1_amd64.deb
- sha256sums = 1e4c1d972c21897bd120757c076ea5211aa31eeb615c8e2c22f8c1bab6129f08
+ provides = cherrytree
+ conflicts = cherrytree
+ source = https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/cherrytree_0.99.18-1_amd64.deb
+ sha256sums = 2c17352f96b713544b37790b0128b8828c41a3bacf1ade5f2a41c3e3e723ce0e
pkgname = cherrytree-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6d65260ed767..777c803839df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,18 @@
pkgname=cherrytree-bin
_basename=${pkgname%*-bin}
-pkgver=0.99.16
+pkgver=0.99.18
pkgrel=1
pkgdesc='Binary version of cherrytree'
-arch=('amd64')
+arch=('x86_64')
url='https://www.giuspen.com/cherrytree/'
license=('GPL3')
depends=('gtksourceviewmm' 'libxml++2.6' 'gspell')
optdepends=('p7zip: for password protection support')
+provides=("${_basename}")
+conflicts=("${_basename}")
source=("https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/${_basename}_${pkgver}-1_amd64.deb")
-sha256sums=('1e4c1d972c21897bd120757c076ea5211aa31eeb615c8e2c22f8c1bab6129f08')
+sha256sums=('2c17352f96b713544b37790b0128b8828c41a3bacf1ade5f2a41c3e3e723ce0e')
package() {
msg2 "Extracting the data.tar.xz..."