summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD13
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35d1fa88d62a..28b19af822d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wofi-calc
pkgdesc = A simple calculator for wofi, inspired in rofi-calc.
- pkgver = 1.0.r16.5e7024b
+ pkgver = 1.0
pkgrel = 1
url = https://github.com/Zeioth/wofi-calc.git
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = wofi-calc
depends = wofi
depends = libqalculate
provides = wofi-calc
- conflicts = wofi-calc
+ conflicts = wofi-calc-git
source = git+https://github.com/Zeioth/wofi-calc.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a04ead2d24e6..bd6a87346c91 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Adrian Lopez <zeioth@hotmail.com>
pkgname=wofi-calc
-pkgver=1.0.r16.5e7024b
+pkgver=1.0
pkgrel=1
epoch=
pkgdesc="A simple calculator for wofi, inspired in rofi-calc."
@@ -18,7 +18,7 @@ makedepends=(wofi libqalculate)
checkdepends=()
optdepends=()
provides=(wofi-calc)
-conflicts=(wofi-calc)
+conflicts=(wofi-calc-git)
replaces=()
backup=()
options=()
@@ -29,12 +29,7 @@ noextract=()
md5sums=('SKIP')
validpgpkeys=()
-pkgver() {
- cd "${_pkgname}"
- printf "1.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
package() {
- cp "${srcdir}"/wofi-calc/wofi-calc.sh ~/.local/bin/wofi-calc
- chmod u+x ~/.local/bin/wofi-calc
+ cp "${srcdir}"/wofi-calc/wofi-calc.sh ~/.local/bin/wofi-calc
+ chmod u+x ~/.local/bin/wofi-calc
}