summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16a3fc7e3e41..8fc6d2edf661 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dte
pkgdesc = A small, configurable console text editor
- pkgver = 1.11
+ pkgver = 1.11.1
pkgrel = 1
url = https://craigbarnes.gitlab.io/dte/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = dte
optdepends = ctags: for generating "tags" files for the tag command
optdepends = git: for the builtin git-grep and git-open aliases
optdepends = fzf: for the builtin git-open alias
- source = https://craigbarnes.gitlab.io/dist/dte/dte-1.11.tar.gz
- sha256sums = 3332117c07ae5052cf7b81124019788fe3c8bf5ffe1342a6da69b789edbec93d
+ source = https://craigbarnes.gitlab.io/dist/dte/dte-1.11.1.tar.gz
+ sha256sums = 3d7d0d375fd31906ed436de20161dddc42d97f969a93d22b02aecfc3451e6c39
pkgname = dte
diff --git a/PKGBUILD b/PKGBUILD
index 85a77d212b69..37da6c75d164 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Craig Barnes <craigbarnes@protonmail.com>
pkgname='dte'
-pkgver='1.11'
+pkgver='1.11.1'
pkgrel='1'
pkgdesc='A small, configurable console text editor'
url='https://craigbarnes.gitlab.io/dte/'
@@ -13,7 +13,7 @@ optdepends=(
'fzf: for the builtin git-open alias'
)
source=("https://craigbarnes.gitlab.io/dist/dte/dte-$pkgver.tar.gz")
-sha256sums=('3332117c07ae5052cf7b81124019788fe3c8bf5ffe1342a6da69b789edbec93d')
+sha256sums=('3d7d0d375fd31906ed436de20161dddc42d97f969a93d22b02aecfc3451e6c39')
build() {
cd "$pkgname-$pkgver"