aurutils: add install note
This commit is contained in:
parent
a03e794cd0
commit
1d51dda1b6
2 changed files with 4 additions and 2 deletions
3
.SRCINFO
3
.SRCINFO
|
@ -1,8 +1,9 @@
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 3.1.2
|
pkgver = 3.1.2
|
||||||
pkgrel = 1
|
pkgrel = 2
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
|
install = aurutils.install
|
||||||
changelog = aurutils.changelog
|
changelog = aurutils.changelog
|
||||||
arch = any
|
arch = any
|
||||||
license = custom:ISC
|
license = custom:ISC
|
||||||
|
|
3
PKGBUILD
3
PKGBUILD
|
@ -1,7 +1,7 @@
|
||||||
# Maintainer: Alad Wenter <https://github.com/AladW>
|
# Maintainer: Alad Wenter <https://github.com/AladW>
|
||||||
pkgname=aurutils
|
pkgname=aurutils
|
||||||
pkgver=3.1.2
|
pkgver=3.1.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='helper tools for the arch user repository'
|
pkgdesc='helper tools for the arch user repository'
|
||||||
url='https://github.com/AladW/aurutils'
|
url='https://github.com/AladW/aurutils'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
|
@ -10,6 +10,7 @@ source=("$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"
|
||||||
"$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.signify"
|
"$url/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.signify"
|
||||||
'aurutils.pub')
|
'aurutils.pub')
|
||||||
changelog=aurutils.changelog
|
changelog=aurutils.changelog
|
||||||
|
install=aurutils.install
|
||||||
sha256sums=('86a80ae8327aeeb4932c7709767b2be5fae19281a5bcc78b2b10197e97c32afb'
|
sha256sums=('86a80ae8327aeeb4932c7709767b2be5fae19281a5bcc78b2b10197e97c32afb'
|
||||||
'SKIP'
|
'SKIP'
|
||||||
'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39')
|
'a2c32b0dba4da40b83ff31cce48a00faed5ed2f663c060a865d31caeb1e4ed39')
|
||||||
|
|
Loading…
Reference in a new issue