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
0df51013
Commit
0df51013
authored
Mar 10, 2025
by
Vitaly Lipatov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AUR: update
parent
e78e730f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
7 deletions
+9
-7
.SRCINFO
packaging/AUR/.SRCINFO
+3
-3
PKGBUILD
packaging/AUR/PKGBUILD
+2
-2
README.md
packaging/AUR/README.md
+4
-2
No files found.
packaging/AUR/.SRCINFO
View file @
0df51013
pkgbase = eepm
pkgdesc = A package manager with universal interface for any platform
pkgver = 3.
58.0
pkgver = 3.
64.11
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.
58.0.tar.gz::https://github.com/Etersoft/eepm/archive/refs/tags/3.58.0
.tar.gz
sha256sums =
c1fdae29e31fe9a24ce1ca16cf904b7eadfc4ea0daf0c8f480dca3ebb382b702
source = eepm-3.
64.11.tar.gz::https://github.com/Etersoft/eepm/archive/refs/tags/3.64.11
.tar.gz
sha256sums =
670c72eb5a62d23aef05b70fe38c0a9c7242181aaf4548025511a7269427410b
pkgname = eepm
packaging/AUR/PKGBUILD
View file @
0df51013
# Maintainer: Vitaly Lipatov <lav@etersoft.ru>
pkgname
=
eepm
pkgver
=
3.
58.0
pkgver
=
3.
64.11
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
=(
'
c1fdae29e31fe9a24ce1ca16cf904b7eadfc4ea0daf0c8f480dca3ebb382b702
'
)
sha256sums
=(
'
670c72eb5a62d23aef05b70fe38c0a9c7242181aaf4548025511a7269427410b
'
)
package
()
{
cd
"
$pkgname
-
$pkgver
"
...
...
packaging/AUR/README.md
View file @
0df51013
$ updpkgsums
$ makepkg --printsrcinfo > .SRCINFO
$ git add PKGBUILD .SRCINFO
$ git commit -m "useful commit message"
$ git push
https://wiki.archlinux.org/title/AUR_submission_guidelines
\ No newline at end of file
https://wiki.archlinux.org/title/AUR_submission_guidelines
https://nerden.de/updating_aur_package/
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