summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbtd13372019-07-30 17:35:00 -0300
committerbtd13372019-07-30 17:35:00 -0300
commit1f15c7713f75f69e3845c12181418720a2a07ba4 (patch)
tree3ecd2c07bb69a0be4ab92d386a9ad092ca2d1e05
parente4d79964cc1a58da8fbbf7e7ad582e1c10891537 (diff)
downloadaur-timetable-git.tar.gz
update pkg version
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c345a6c39b8..0c4cf43d5fa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = timetable-git
pkgdesc = Plot out your own timetable for the week and organize it. Designed for Pantheon Shell
- pkgver = latest
+ pkgver = r126.83885e5
pkgrel = 1
url = https://github.com/lainsce/timetable
arch = i686
@@ -8,9 +8,8 @@ pkgbase = timetable-git
license = GPL3
makedepends = git
makedepends = meson
- makedepends = ninja
+ makedepends = vala
depends = gtk3
- depends = vala
depends = granite
depends = wingpanel
provides = timetable
diff --git a/PKGBUILD b/PKGBUILD
index 7c1c34fe3ffe..c9cfdedfd352 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
_gitname=timetable
_author=lainsce
pkgname=("${_gitname}-git")
-pkgver=latest
+pkgver=r126.83885e5
pkgrel=1
pkgdesc="Plot out your own timetable for the week and organize it. Designed for Pantheon Shell"
arch=('i686' 'x86_64')
url="https://github.com/${_author}/${_gitname}"
license=('GPL3')
-depends=('gtk3' 'vala' 'granite' 'wingpanel')
+depends=('gtk3' 'granite' 'wingpanel')
optdepends=()
-makedepends=('git' 'meson' 'ninja')
+makedepends=('git' 'meson' 'vala')
provides=("${_gitname}")
conflicts=("${_gitname}")
source=("git+${url}.git")