summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoriboyperson2018-03-05 12:41:56 -0700
committeriboyperson2018-03-05 12:41:56 -0700
commit715cf67f659dcd335fadcf166f7bd22ee062a3a0 (patch)
treebd74398a5e3561a018757dd3d6dbeeaaf0ddc2a6
parentb87fcd5dc3857b56bd78b0f6840c302f1f8577ec (diff)
downloadaur-715cf67f659dcd335fadcf166f7bd22ee062a3a0.tar.gz
updated with license
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 102ba2f7c7b8..3c40d9f08d84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = plasma5-applets-caffeine-plus
pkgdesc = Disable screensaver and auto suspend
pkgver = 1.3
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/qunxyz/plasma-applet-caffeine-plus
arch = i686
arch = x86_64
+ license = GPL2
makedepends = gcc
makedepends = make
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index bd7d13f1b4aa..8426bfe8b80e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,11 @@
pkgname=plasma5-applets-caffeine-plus
_reponame=plasma-applet-caffeine-plus
pkgver=1.3
-pkgrel=3
+pkgrel=4
pkgdesc="Disable screensaver and auto suspend"
arch=('i686' 'x86_64')
url="https://github.com/qunxyz/plasma-applet-caffeine-plus"
+license=('GPL2')
makedepends=(
gcc
make