.SRCINFO generated

This commit is contained in:
Zeioth 2022-04-10 20:24:22 +02:00
parent b1d537d413
commit f8a222db30
2 changed files with 15 additions and 16 deletions

View file

@ -1,18 +1,17 @@
pkgbase = wofi-calc-git
pkgbase = wofi-calc
pkgdesc = A simple calculator for wofi, inspired in rofi-calc.
pkgver = 1.0
pkgver = 1.0.r17.56372a9
pkgrel = 1
url = https://github.com/Zeioth/wofi-calc.git
arch = x86_64
arch = i686
arch = any
license = MIT
makedepends = wofi
makedepends = libqalculate
depends = wofi
depends = libqalculate
provides = wofi-calc-git
conflicts = wofi-calc
source = git+https://github.com/Zeioth/wofi-calc.git
md5sums = SKIP
conflicts = wofi-calc-git
source = https://raw.githubusercontent.com/Zeioth/wofi-calc/main/wofi-calc.sh
md5sums = db674463102b04493962f4ed1f3d73fa
pkgname = wofi-calc-git
pkgname = wofi-calc

View file

@ -4,12 +4,12 @@
# then please put 'unknown'.
# Maintainer: Adrian Lopez <zeioth@hotmail.com>
pkgname=wofi-calc-git
pkgver=1.0
pkgname=wofi-calc
pkgver=1.0.r17.56372a9
pkgrel=1
epoch=
pkgdesc="A simple calculator for wofi, inspired in rofi-calc."
arch=(x86_64 i686)
arch=(any)
url="https://github.com/Zeioth/wofi-calc.git"
license=('MIT')
groups=()
@ -18,15 +18,15 @@ makedepends=(wofi libqalculate)
checkdepends=()
optdepends=()
provides=(wofi-calc-git)
conflicts=(wofi-calc)
conflicts=(wofi-calc-git)
replaces=()
backup=()
options=()
install=
changelog=
source=("git+$url")
source=("https://raw.githubusercontent.com/Zeioth/wofi-calc/main/wofi-calc.sh")
noextract=()
md5sums=('SKIP')
md5sums=('db674463102b04493962f4ed1f3d73fa')
validpgpkeys=()
pkgver() {
@ -35,6 +35,6 @@ pkgver() {
}
package() {
cp "${srcdir}"/wofi-calc/wofi-calc.sh ~/.local/bin/wofi-calc
chmod u+x ~/.local/bin/wofi-calc
sudo cp "${srcdir}"/wofi-calc/wofi-calc.sh /usr/bin/wofi-calc
sudo chmod u+x /usr/bin/wofi-calc
}