summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2018-01-02 14:02:21 +0100
committerJosip Ponjavic2018-01-02 14:02:21 +0100
commit8b83346a9c80e00673ea1837739b8806b221e03e (patch)
tree1118516cad4409567147955b0f8ddb9137717767
parent008e51dd37d66ee014737aa9edd9d1bbdb81dad4 (diff)
downloadaur-8b83346a9c80e00673ea1837739b8806b221e03e.tar.gz
bump...
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD22
2 files changed, 17 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 660f7a736f43..f435ced2287f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,19 @@
pkgbase = qactus-git
- pkgdesc = A Qt-based OBS notifier application.
- pkgver = 0.9.9.r311.g3fede1c
+ pkgdesc = A Qt-based OBS notifier application
+ pkgver = 0.9.9.r330.g4c12cf7
pkgrel = 1
url = https://github.com/javierllorente/qactus
- arch = i686
arch = x86_64
license = GPL2
license = GPL3
makedepends = git
- depends = hicolor-icon-theme
+ depends = desktop-file-utils
+ depends = gtk-update-icon-cache
depends = qtkeychain
provides = qactus
+ provides = libqobs.so
conflicts = qactus
- source = git://github.com/javierllorente/qactus.git
+ source = git+https://github.com/javierllorente/qactus.git
md5sums = SKIP
pkgname = qactus-git
diff --git a/PKGBUILD b/PKGBUILD
index 0f1c3f347f3c..cf7e93a2fdd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
# Contributor:
pkgname=qactus-git
-pkgver=0.9.9.r311.g3fede1c
+pkgver=0.9.9.r330.g4c12cf7
pkgrel=1
-pkgdesc="A Qt-based OBS notifier application."
-arch=('i686' 'x86_64')
-url="https://github.com/javierllorente/qactus"
-license=('GPL2' 'GPL3')
-depends=('hicolor-icon-theme' 'qtkeychain')
-makedepends=('git')
-conflicts=('qactus')
-provides=('qactus')
-source=('git://github.com/javierllorente/qactus.git')
-md5sums=('SKIP')
+pkgdesc='A Qt-based OBS notifier application'
+arch=(x86_64)
+url='https://github.com/javierllorente/qactus'
+license=(GPL2 GPL3)
+depends=(desktop-file-utils gtk-update-icon-cache qtkeychain)
+makedepends=(git)
+conflicts=(qactus)
+provides=(qactus libqobs.so)
+source=(git+https://github.com/javierllorente/qactus.git)
+md5sums=(SKIP)
pkgver() {
cd qactus