summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralucryd <alucryd@9fca08f4-af9d-4005-b8df-a31f2cc04f65>2019-11-24 21:37:34 +0000
committeralucryd <alucryd@9fca08f4-af9d-4005-b8df-a31f2cc04f65>2019-11-24 21:37:34 +0000
commit38d260e94751f2b377ff3af31728d904aac1ae6a (patch)
tree044e62dbe7de1d1619a69712b5956aac3bca90eb
parent3f005eaf2c9a9d088390c43d5091af8050fe13d5 (diff)
archrelease: copy trunk to community-x86_64
git-svn-id: file:///srv/repos/svn-community/svn@533098 9fca08f4-af9d-4005-b8df-a31f2cc04f65
-rw-r--r--pantheon-calculator/repos/community-x86_64/PKGBUILD10
1 files changed, 8 insertions, 2 deletions
diff --git a/pantheon-calculator/repos/community-x86_64/PKGBUILD b/pantheon-calculator/repos/community-x86_64/PKGBUILD
index 23e77cad0d4..09045523803 100644
--- a/pantheon-calculator/repos/community-x86_64/PKGBUILD
+++ b/pantheon-calculator/repos/community-x86_64/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
pkgname=pantheon-calculator
-pkgver=1.5.2
+pkgver=1.5.3
pkgrel=1
pkgdesc='The Pantheon Calculator'
arch=(x86_64)
@@ -19,9 +19,15 @@ makedepends=(
meson
vala
)
-source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=${pkgver})
+source=(pantheon-calculator::git+https://github.com/elementary/calculator.git#tag=1d45e6757bd55c3a75dbb23c800bd97e9914251f)
sha256sums=(SKIP)
+pkgver() {
+ cd pantheon-calculator
+
+ git describe --tags
+}
+
build() {
arch-meson pantheon-calculator build
ninja -C build