summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGabriel Rauter2020-07-21 14:06:00 +0200
committerGabriel Rauter2020-07-21 14:06:00 +0200
commitc31212e9ef1e95bfd8e5b221e62e08d6ca2e1fdb (patch)
treec8b8a87b63c9341a68ac5560d72baf4aec2aa7df /PKGBUILD
parentb59004ca03fff1e7d1fd7c365704cd284af8b744 (diff)
downloadaur-c31212e9ef1e95bfd8e5b221e62e08d6ca2e1fdb.tar.gz
fix url and enable documentation
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2ce371a40792..65cfa6f8f2f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname=gtherm
pkgver=0.0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A simple daemon to monitor thermal zones and cooling devices"
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
-url="https://wiki.gnome.org/Apps/Usage"
+url="https://source.puri.sm/Librem5/gtherm"
license=(GPL3)
depends=(glib2)
makedepends=(git meson gtk-doc)
@@ -15,8 +15,9 @@ source=("git+https://source.puri.sm/Librem5/$pkgname.git#tag=v$pkgver")
sha256sums=('SKIP')
build() {
- arch-meson $pkgname build
- ninja -C build
+ arch-meson $pkgname build \
+ -Dgtk_doc=true
+ ninja -C build
}
package() {