summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-02-12 11:17:23 -0700
committeryochananmarqos2019-02-12 11:17:23 -0700
commitb97770675d3430cdf2c672ce229a36cc61c8b26d (patch)
treed373cbf6155834519564a479ff203a73f2f27402
parent4798a3216cba832962d23fdf9800d6a445945d5c (diff)
downloadaur-b97770675d3430cdf2c672ce229a36cc61c8b26d.tar.gz
Updated to 1.0.3
-rw-r--r--.SRCINFO15
-rw-r--r--PKGBUILD18
2 files changed, 15 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 35097104df9a..1126c6784f32 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,14 @@
pkgbase = office-runner
- pkgdesc = Office game for laptop owners
- pkgver = 1.0.2
+ pkgdesc = Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior
+ pkgver = 1.0.3
pkgrel = 1
- url = https://git.gnome.org/browse/office-runner/
+ url = http://www.hadess.net/search/label/office-runner
arch = x86_64
arch = i686
- license = GPL
- makedepends = intltool
- depends = gnome-settings-daemon
- source = https://download.gnome.org/sources/office-runner/1.0/office-runner-1.0.2.tar.xz
- sha256sums = ea42d84960773bd3ec7bb412df61cbfb617a42f69db09ed337eef91ff94a8a97
+ license = GPL3
+ depends = gnome-common
+ source = https://github.com/GNOME/office-runner/archive/1.0.3.tar.gz
+ md5sums = 3918ad54a17860efa9a7f7174158e644
pkgname = office-runner
diff --git a/PKGBUILD b/PKGBUILD
index 81eaeb879eaa..87a241b974a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,17 @@
-# Contributor: Balló György <ballogyor+arch at gmail dot com>
-
pkgname=office-runner
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
-pkgdesc="Office game for laptop owners"
+pkgdesc="Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior"
arch=('x86_64' 'i686')
-url="https://git.gnome.org/browse/office-runner/"
-license=('GPL')
-depends=('gnome-settings-daemon')
-makedepends=('intltool')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
-sha256sums=('ea42d84960773bd3ec7bb412df61cbfb617a42f69db09ed337eef91ff94a8a97')
+url="http://www.hadess.net/search/label/office-runner"
+license=('GPL3')
+depends=('gnome-common')
+source=("https://github.com/GNOME/$pkgname/archive/$pkgver.tar.gz")
+md5sums=('3918ad54a17860efa9a7f7174158e644')
build() {
cd $pkgname-$pkgver
+ ./autogen.sh
./configure --prefix=/usr
make
}