mirror of
https://github.com/edu4rdshl/upcheck.git
synced 2026-07-17 23:24:49 +00:00
Update PKGBUILD
This commit is contained in:
parent
6e3d33dadf
commit
33f75e4c8e
1 changed files with 5 additions and 2 deletions
|
|
@ -6,8 +6,11 @@ arch=('x86_64')
|
||||||
url="https://gitlab.com/edu4rdshl/upcheck"
|
url="https://gitlab.com/edu4rdshl/upcheck"
|
||||||
license=('GPL3')
|
license=('GPL3')
|
||||||
depends=('pacman-contrib')
|
depends=('pacman-contrib')
|
||||||
source=("https://gitlab.com/edu4rdshl/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
|
source=("https://gitlab.com/edu4rdshl/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz"
|
||||||
sha256sums=('299F590D967CD98A1E658D6CD4226B1D37B9A5DFF8CABBB5D00BC09072D61C28')
|
"$pkgname.install")
|
||||||
|
sha256sums=('299F590D967CD98A1E658D6CD4226B1D37B9A5DFF8CABBB5D00BC09072D61C28'
|
||||||
|
'SKIP')
|
||||||
|
install="$pkgname.install"
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd $pkgname-$pkgver
|
cd $pkgname-$pkgver
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue