summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dc69fbb0f561..349e07b81a51 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = desktopfolder
pkgdesc = Organize your desktop with panels that hold your things.
pkgver = 1.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/spheras/desktopfolder
arch = i686
arch = x86_64
license = GPL3
makedepends = meson
makedepends = ninja
+ makedepends = vala
depends = libwnck3
depends = gtksourceview3
source = https://github.com/spheras/desktopfolder/archive/v1.0.6.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index ba2f4f7f7cac..aff0e180d21b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=desktopfolder
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc='Organize your desktop with panels that hold your things.'
arch=('i686' 'x86_64')
url='https://github.com/spheras/desktopfolder'
license=('GPL3')
depends=('libwnck3' 'gtksourceview3')
-makedepends=('meson' 'ninja')
+makedepends=('meson' 'ninja' 'vala')
source=("https://github.com/spheras/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('53661487ace8aca87b47a353d0280c0713ab95474e986436bab477357527a7b3')