Skip to content

Commit e35cae8

Browse files
committed
update AEE pkgbuild
1 parent 2cea227 commit e35cae8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PKGBUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: Your Name <your.email@example.com>
22
pkgname=aee-git
3-
pkgver=r25.c77b92a
3+
pkgver=2.2.22.r25.c77b92a
44
pkgrel=1
55
pkgdesc="Another Easy Editor - a simple, easy to use terminal-based screen oriented editor"
66
arch=('x86_64' 'i686' 'aarch64')
@@ -15,7 +15,7 @@ sha256sums=('SKIP')
1515

1616
pkgver() {
1717
cd "$srcdir/aee"
18-
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
18+
printf "2.2.22.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
1919
}
2020

2121
build() {

0 commit comments

Comments
 (0)