summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBradley Nelson2020-07-15 23:48:58 -0600
committerBradley Nelson2020-07-15 23:48:58 -0600
commit5a4d0be0efb4957e4c26aebf562a75b37584509c (patch)
tree99ae37591535c84d60b0bd28841bef28d2bce4b2
parenta7c9390d2526eaba22a6c44aacbf88920e16f404 (diff)
downloadaur-5a4d0be0efb4957e4c26aebf562a75b37584509c.tar.gz
Temp Fix for segfalt and update license
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 66c4b982db50..809c7df6692f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,19 @@
-# Maintainer: Frederic Bezies <fredbezies at gmail dot com>
-# Contributor: liberodark
+# Maintainer: Bradley Nelson <bradleynelson102 at gmail dot com>
+# Contributor: liberodark Frederic Bezies
pkgname=stacer-bin
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="Linux System Optimizer and Monitoring"
arch=('x86_64')
url="https://github.com/oguzhaninan/Stacer"
-license=('MIT')
+license=('GPL3')
depends=('qt5-charts' 'qt5-svg' 'hicolor-icon-theme')
source_x86_64=("https://github.com/oguzhaninan/Stacer/releases/download/v${pkgver}/stacer_${pkgver}_amd64.deb")
source=($pkgname.desktop)
sha512sums=('c1935570166c402295d92dad30fe7b4e8189a869561d56bd8d5244138de11d4fa16145ad017f9e7b22733fb7de8a6b79708aba595a80bce7bbe0a037da63260f')
sha512sums_x86_64=('19bcb87f3d99ce090ab1fb917f65f7dd74f0b1e4fc19272eae0ad8d5c66d3dbe53cbdb50841bbd9a0e16f03201cd6cc5f0bc1a57eda41fd096ed275cf762d84a')
-options=('strip')
+options=('!strip')
conflicts=('stacer')
package() {