Updated domain, added PREFIX to make, made use of $pkgver. Updated version to 1.1.1.
This commit is contained in:
parent
044b898db3
commit
b0f1b367d2
12
PKGBUILD
12
PKGBUILD
@ -1,16 +1,16 @@
|
||||
# Maintainer: Alexander "Arav" Andreev <me@arav.top>
|
||||
# Maintainer: Alexander "Arav" Andreev <me@arav.su>
|
||||
pkgname=kwh-cost
|
||||
pkgver=1.1.0
|
||||
pkgver=1.1.1
|
||||
pkgrel=1
|
||||
pkgdesc="Calculates cost of electricity."
|
||||
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
url="https://git.arav.top/Arav/kwh-cost"
|
||||
url="https://git.arav.su/Arav/kwh-cost"
|
||||
license=('MIT')
|
||||
makedepends=('git' 'gcc')
|
||||
makedepends=('gcc')
|
||||
provides=('kwh-cost')
|
||||
conflicts=('kwh-cost')
|
||||
options=('strip')
|
||||
source=('https://git.arav.top/Arav/kwh-cost/archive/1.1.0.tar.gz')
|
||||
source=("${pkgver}.tar.gz::https://git.arav.su/Arav/kwh-cost/archive/${pkgver}.tar.gz")
|
||||
md5sums=('SKIP')
|
||||
|
||||
build() {
|
||||
@ -20,5 +20,5 @@ build() {
|
||||
|
||||
package() {
|
||||
cd "$srcdir/$pkgname"
|
||||
make DESTDIR="$pkgdir/" install
|
||||
make DESTDIR="$pkgdir/" PREFIX="/usr" install
|
||||
}
|
Loading…
Reference in New Issue
Block a user