summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPlaton Pronko2024-05-01 16:53:46 +0500
committerPlaton Pronko2024-05-01 16:53:46 +0500
commit62aa49eb0936181634a558ea65d900b775f2b12f (patch)
tree32ad01470f5b84557de5a24faaa6256c674dea73 /PKGBUILD
parent061dd6545dcf3cbd6e5664c566d9d5a75a764569 (diff)
downloadaur-emacs-parseclj.tar.gz
update to version 1.1.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e351c6634ec8..d6347004a85e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgsrcname=parseclj
_pkgmaintainer=clojure-emacs
-pkgver=0.2.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Associative data structure functions for elisp"
pkgname=emacs-parseclj
@@ -12,7 +12,7 @@ url="https://github.com/${_pkgmaintainer}/${_pkgsrcname}"
license=('GPL3')
depends=('emacs')
source=("$pkgname-$pkgver.tar.gz::https://github.com/${_pkgmaintainer}/${_pkgsrcname}/archive/v${pkgver}.tar.gz")
-sha256sums=('a594e9851c3746990aa89d418152fe5a26e66738e622441947feee709ad07ecb')
+sha256sums=('eb619595e051547748b4a239055836d4ba8791ca489ccf27646aa53200a8b0e2')
build() {
cd ${_pkgsrcname}-${pkgver}