summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAtemu2020-02-24 19:45:11 +0100
committerAtemu2020-02-24 19:46:38 +0100
commit4e014c6d879e3edd54c7fa18dd6b4255c1c33f8a (patch)
treec25f2b8287b34ab51240a40f1e56b411aefeffe3
parente4ddeefd63060efa33c7af8b5562adbab3a1fe92 (diff)
downloadaur-4e014c6d879e3edd54c7fa18dd6b4255c1c33f8a.tar.gz
Update the checksum aswell
Whoops.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2e2c9cc91b17..7a5b82458b9f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cherrytree-bin
pkgdesc = Binary version of cherrytree
pkgver = 0.38.11
- pkgrel = 1
+ pkgrel = 2
url = https://www.giuspen.com/cherrytree/
arch = any
license = GPL3
@@ -10,7 +10,7 @@ pkgbase = cherrytree-bin
optdepends = python2-pyenchant: for spell checking support
optdepends = p7zip: for password protection support
source = http://www.giuspen.com/software/cherrytree_0.38.11-0_all.deb
- sha256sums = 0792063a84b94ab41d5581f9d6c432f9214dad7182344118c104a8b0f99aebd9
+ sha256sums = 0c3bd1ccd0c12896d2daf1d999c9fee08d759a3644dbcfca1b65ab9efe71cbc7
pkgname = cherrytree-bin
diff --git a/PKGBUILD b/PKGBUILD
index 841e8a9da39f..3ee1861e9d42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=cherrytree-bin
basename=${pkgname%*-bin}
pkgver=0.38.11
-pkgrel=1
+pkgrel=2
pkgdesc='Binary version of cherrytree'
arch=('any')
url='https://www.giuspen.com/cherrytree/'
@@ -9,7 +9,7 @@ license=('GPL3')
depends=('pygtksourceview2' 'python2-dbus')
optdepends=('python2-pyenchant: for spell checking support' 'p7zip: for password protection support')
source=(http://www.giuspen.com/software/$basename\_$pkgver-0_all.deb)
-sha256sums=('0792063a84b94ab41d5581f9d6c432f9214dad7182344118c104a8b0f99aebd9')
+sha256sums=('0c3bd1ccd0c12896d2daf1d999c9fee08d759a3644dbcfca1b65ab9efe71cbc7')
package() {
msg2 "Extracting the data.tar.xz..."