summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClemmitt Sigler2022-11-12 05:54:07 -0500
committerClemmitt Sigler2022-11-12 05:54:07 -0500
commit13088557a7b7e3d556267599e25d17ebb856f27a (patch)
treed08d7713767f792197f0aadd4bf31ce40742be23
parentb814a8e5093f49b2d74e4c2eabc523537d0b2599 (diff)
downloadaur-13088557a7b7e3d556267599e25d17ebb856f27a.tar.gz
Update to fix thinko on pkgrel value
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25437581be5d..9ad07612509e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qemacs-git
pkgdesc = QEmacs (Quick Emacs) is a very small editor with Emacs look and feel, syntax highlighting, UTF-8, dired mode with preview window, and many other features.
- pkgver = r1186.6880277
- pkgrel = 3
+ pkgver = r1188.216b3ff
+ pkgrel = 1
url = https://github.com/qemacs/qemacs
arch = x86_64
license = LGPL2.1
diff --git a/PKGBUILD b/PKGBUILD
index 794ba946123c..0de541aa9a7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=qemacs-git
pkgdesc="QEmacs (Quick Emacs) is a very small editor with Emacs look and feel, syntax highlighting, UTF-8, dired mode with preview window, and many other features."
-pkgver=r1186.6880277
-pkgrel=3
+pkgver=r1188.216b3ff
+pkgrel=1
_gitname="qemacs"
arch=('x86_64')
url="https://github.com/qemacs/qemacs"