summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28b19af822d9..4665780164a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = wofi-calc
pkgdesc = A simple calculator for wofi, inspired in rofi-calc.
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://github.com/Zeioth/wofi-calc.git
- arch = x86_64
- arch = i686
+ arch = any
license = MIT
makedepends = wofi
makedepends = libqalculate
@@ -13,6 +12,6 @@ pkgbase = wofi-calc
provides = wofi-calc
conflicts = wofi-calc-git
source = git+https://github.com/Zeioth/wofi-calc.git
- md5sums = SKIP
+ sha256sums = SKIP
pkgname = wofi-calc
diff --git a/PKGBUILD b/PKGBUILD
index bd6a87346c91..1ce5c8ebfd5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,11 @@
# Maintainer: Adrian Lopez <zeioth@hotmail.com>
pkgname=wofi-calc
-pkgver=1.0
+pkgver=1.1
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=()
@@ -26,7 +26,7 @@ install=
changelog=
source=("git+$url")
noextract=()
-md5sums=('SKIP')
+sha256sums=('SKIP')
validpgpkeys=()
package() {