summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBalló György2019-02-13 01:21:57 +0000
committerBalló György2019-02-13 01:21:57 +0000
commit5d2287fbf7e68b6219119c103851377d0b752845 (patch)
tree1b051861e654768610c54ec685e2726d7598751d
parentcf2c192c1a9d6de5c4acae6fbd50f915faa89cbd (diff)
downloadaur-5d2287fbf7e68b6219119c103851377d0b752845.tar.gz
Fix dependencies, use official source
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1126c6784f32..95af8ef4e6ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,11 +4,11 @@ pkgbase = office-runner
pkgrel = 1
url = http://www.hadess.net/search/label/office-runner
arch = x86_64
- arch = i686
license = GPL3
- depends = gnome-common
- source = https://github.com/GNOME/office-runner/archive/1.0.3.tar.gz
- md5sums = 3918ad54a17860efa9a7f7174158e644
+ makedepends = gnome-common
+ depends = gtk3
+ source = https://gitlab.gnome.org/GNOME/office-runner/-/archive/1.0.3/office-runner-1.0.3.tar.gz
+ sha256sums = 63eaf719c71adc98abbc5c4adb538a196fab783f0417cdfd863c6b4b27334189
pkgname = office-runner
diff --git a/PKGBUILD b/PKGBUILD
index 18cbbf278cfc..2a85f6a10f47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@ pkgname=office-runner
pkgver=1.0.3
pkgrel=1
pkgdesc="Lighthearted tool to temporarily inhibit GNOME's suspend on lid close behavior"
-arch=('x86_64' 'i686')
+arch=('x86_64')
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')
+depends=('gtk3')
+makedepends=('gnome-common')
+source=("https://gitlab.gnome.org/GNOME/$pkgname/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('63eaf719c71adc98abbc5c4adb538a196fab783f0417cdfd863c6b4b27334189')
build() {
cd $pkgname-$pkgver