Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eepm
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
eepm
Commits
d0b27642
Commit
d0b27642
authored
Mar 11, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update AUR package
parent
d2185c3b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.SRCINFO
packaging/AUR/.SRCINFO
+3
-3
PKGBUILD
packaging/AUR/PKGBUILD
+2
-2
No files found.
packaging/AUR/.SRCINFO
View file @
d0b27642
pkgbase = eepm
pkgdesc = A package manager with universal interface for any platform
pkgver = 3.64.1
1
pkgver = 3.64.1
2
pkgrel = 1
url = https://github.com/Etersoft/eepm/
arch = any
...
...
@@ -17,7 +17,7 @@ pkgbase = eepm
depends = sed
depends = bash
depends = ncurses
source = eepm-3.64.1
1.tar.gz::https://github.com/Etersoft/eepm/archive/refs/tags/3.64.11
.tar.gz
sha256sums =
670c72eb5a62d23aef05b70fe38c0a9c7242181aaf4548025511a7269427410b
source = eepm-3.64.1
2.tar.gz::https://github.com/Etersoft/eepm/archive/refs/tags/3.64.12
.tar.gz
sha256sums =
bb7c4166e401efe39b1e282a2ceddbdb730c054b3df050c7f7cf70bb083b7efa
pkgname = eepm
packaging/AUR/PKGBUILD
View file @
d0b27642
# Maintainer: Vitaly Lipatov <lav@etersoft.ru>
pkgname
=
eepm
pkgver
=
3.64.1
1
pkgver
=
3.64.1
2
pkgrel
=
1
pkgdesc
=
"A package manager with universal interface for any platform"
arch
=(
'any'
)
...
...
@@ -10,7 +10,7 @@ license=('AGPL3')
depends
=(
coreutils findutils diffutils file gawk
grep gzip
less
sed
bash ncurses
)
makedepends
=(
'make'
)
source
=(
"
${
pkgname
}
-
${
pkgver
}
.tar.gz::https://github.com/Etersoft/eepm/archive/refs/tags/
${
pkgver
}
.tar.gz"
)
sha256sums
=(
'
670c72eb5a62d23aef05b70fe38c0a9c7242181aaf4548025511a7269427410b
'
)
sha256sums
=(
'
bb7c4166e401efe39b1e282a2ceddbdb730c054b3df050c7f7cf70bb083b7efa
'
)
package
()
{
cd
"
$pkgname
-
$pkgver
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment