summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eb804cac0b4e..48a4a336de66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jun 10 07:11:33 UTC 2017
+# Sun Jan 7 08:27:21 UTC 2018
pkgbase = tint3-cpp-git
pkgdesc = A C++ rewrite attempt of the tint2 panel.
- pkgver = 0.3.0.r43.gfc908ec
+ pkgver = 0.3.0.r250.gde716c5
pkgrel = 1
url = https://github.com/jmc-88/tint3
arch = i686
@@ -13,6 +13,7 @@ pkgbase = tint3-cpp-git
makedepends = cmake
makedepends = pandoc
makedepends = xorg-server-xvfb
+ makedepends = xorg-xauth
depends = imlib2
depends = pango
depends = libxinerama
@@ -20,6 +21,8 @@ pkgbase = tint3-cpp-git
depends = libxcomposite
depends = startup-notification
depends = hicolor-icon-theme
+ depends = curl
+ depends = libxdamage
source = tint3::git+https://github.com/jmc-88/tint3.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 86c64a40460f..8de29cdde0fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Lari Tikkanen <lartza@wippies.com>
pkgname=tint3-cpp-git
-pkgver=0.3.0.r43.gfc908ec
+pkgver=0.3.0.r250.gde716c5
pkgrel=1
pkgdesc="A C++ rewrite attempt of the tint2 panel."
arch=('i686' 'x86_64' 'armv7h')
url="https://github.com/jmc-88/tint3"
license=('GPL2')
-depends=('imlib2' 'pango' 'libxinerama' 'libxrandr' 'libxcomposite' 'startup-notification' 'hicolor-icon-theme')
-makedepends=('git' 'cmake' 'pandoc' 'xorg-server-xvfb')
+depends=('imlib2' 'pango' 'libxinerama' 'libxrandr' 'libxcomposite' 'startup-notification' 'hicolor-icon-theme' 'curl' 'libxdamage')
+makedepends=('git' 'cmake' 'pandoc' 'xorg-server-xvfb' 'xorg-xauth')
source=('tint3::git+https://github.com/jmc-88/tint3.git')
sha256sums=('SKIP')