Commit 0df51013 authored by Vitaly Lipatov's avatar Vitaly Lipatov

AUR: update

parent e78e730f
pkgbase = eepm pkgbase = eepm
pkgdesc = A package manager with universal interface for any platform pkgdesc = A package manager with universal interface for any platform
pkgver = 3.58.0 pkgver = 3.64.11
pkgrel = 1 pkgrel = 1
url = https://github.com/Etersoft/eepm/ url = https://github.com/Etersoft/eepm/
arch = any arch = any
...@@ -17,7 +17,7 @@ pkgbase = eepm ...@@ -17,7 +17,7 @@ pkgbase = eepm
depends = sed depends = sed
depends = bash depends = bash
depends = ncurses depends = ncurses
source = eepm-3.58.0.tar.gz::https://github.com/Etersoft/eepm/archive/refs/tags/3.58.0.tar.gz source = eepm-3.64.11.tar.gz::https://github.com/Etersoft/eepm/archive/refs/tags/3.64.11.tar.gz
sha256sums = c1fdae29e31fe9a24ce1ca16cf904b7eadfc4ea0daf0c8f480dca3ebb382b702 sha256sums = 670c72eb5a62d23aef05b70fe38c0a9c7242181aaf4548025511a7269427410b
pkgname = eepm pkgname = eepm
# Maintainer: Vitaly Lipatov <lav@etersoft.ru> # Maintainer: Vitaly Lipatov <lav@etersoft.ru>
pkgname=eepm pkgname=eepm
pkgver=3.58.0 pkgver=3.64.11
pkgrel=1 pkgrel=1
pkgdesc="A package manager with universal interface for any platform" pkgdesc="A package manager with universal interface for any platform"
arch=('any') arch=('any')
...@@ -10,7 +10,7 @@ license=('AGPL3') ...@@ -10,7 +10,7 @@ license=('AGPL3')
depends=(coreutils findutils diffutils file gawk grep gzip less sed bash ncurses) depends=(coreutils findutils diffutils file gawk grep gzip less sed bash ncurses)
makedepends=('make') makedepends=('make')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Etersoft/eepm/archive/refs/tags/${pkgver}.tar.gz") source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Etersoft/eepm/archive/refs/tags/${pkgver}.tar.gz")
sha256sums=('c1fdae29e31fe9a24ce1ca16cf904b7eadfc4ea0daf0c8f480dca3ebb382b702') sha256sums=('670c72eb5a62d23aef05b70fe38c0a9c7242181aaf4548025511a7269427410b')
package() { package() {
cd "$pkgname-$pkgver" cd "$pkgname-$pkgver"
......
$ updpkgsums
$ makepkg --printsrcinfo > .SRCINFO $ makepkg --printsrcinfo > .SRCINFO
$ git add PKGBUILD .SRCINFO $ git add PKGBUILD .SRCINFO
$ git commit -m "useful commit message" $ git commit -m "useful commit message"
$ git push $ git push
https://wiki.archlinux.org/title/AUR_submission_guidelines https://wiki.archlinux.org/title/AUR_submission_guidelines
\ No newline at end of file
https://nerden.de/updating_aur_package/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment