Skip to content
Snippets Groups Projects
Commit 9b1226c7 authored by Maxime Gauduin's avatar Maxime Gauduin
Browse files

upgpkg: 1.5.3-1

parent 4b048174
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment