summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPRESFIL2021-03-14 09:44:53 +0300
committerPRESFIL2021-03-14 09:44:53 +0300
commiteb6b74ba18d7554648ac2e274b09c3f189286cd8 (patch)
tree6b653fa8bcb951849073e74d817492bcff07df26
parent3b2c4b813268b7fd36b567600005016f58defbbf (diff)
downloadaur-eb6b74ba18d7554648ac2e274b09c3f189286cd8.tar.gz
Fix: checksum
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e95004b9ce5..b2b3e7bfd1cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
pkgver = 0.99.32
- pkgrel = 1
+ pkgrel = 2
url = https://www.giuspen.com/cherrytree/
arch = x86_64
license = GPL3
@@ -13,7 +13,7 @@ pkgbase = cherrytree-bin
provides = cherrytree
conflicts = cherrytree
source = https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/cherrytree_0.99.32-2_amd64.deb
- sha256sums = 51c524bf1e96901ab4d133d52162f35c2b147edaeb544fba57949970a8b5fca1
+ sha256sums = 265bc77efd7dba45684e90aa42a6874792620fbbcea91968ef777c09e918e48c
pkgname = cherrytree-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2e33fc2de61c..c8e65efb88f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=cherrytree-bin
_basename=${pkgname%*-bin}
pkgver=0.99.32
-pkgrel=1
+pkgrel=2
pkgdesc='Binary version of cherrytree'
arch=('x86_64')
url='https://www.giuspen.com/cherrytree/'
@@ -13,7 +13,7 @@ optdepends=('p7zip: for password protection support')
provides=("${_basename}")
conflicts=("${_basename}")
source=("https://launchpad.net/~giuspen/+archive/ubuntu/ppa/+files/${_basename}_${pkgver}-2_amd64.deb")
-sha256sums=('51c524bf1e96901ab4d133d52162f35c2b147edaeb544fba57949970a8b5fca1')
+sha256sums=('265bc77efd7dba45684e90aa42a6874792620fbbcea91968ef777c09e918e48c')
package() {
msg2 "Extracting the data.tar.xz..."