summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederic Bezies2018-08-31 19:24:20 +0200
committerFrederic Bezies2018-08-31 19:24:20 +0200
commit25ecd8dd766ccab7428e177d8a9e99d61e180b64 (patch)
treed9bedc9b933e0ebc933e3f5228a13ffaa1c32c0d /PKGBUILD
parentdf493e74842c31f1a01bc50fc2cb96df961f022c (diff)
downloadaur-25ecd8dd766ccab7428e177d8a9e99d61e180b64.tar.gz
0.6 update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 2 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 19e742e6222f..9ab03fc115ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Icaro Perseo <icaroperseo[at]protonmail[dot]com>
pkgname=yaics
-pkgver=0.5.r29.g1358c1a
+pkgver=0.6
pkgrel=1
pkgdesc="A simple GNU social client developed in Qt"
arch=('i686' 'x86_64')
@@ -9,17 +9,9 @@ conflicts=('yaics-git')
url="https://gitlab.com/stigatle/yaics/"
license=('GPL')
depends=('qt5-base' 'aspell' 'hicolor-icon-theme')
-source=("${pkgname}::git+https://gitlab.com/stigatle/yaics.git")
+source=("${pkgname}::git+https://gitlab.com/stigatle/yaics.git#commit=eb921d1415843f2a88c2a73d5f9278b0d978caf4")
sha256sums=('SKIP')
-pkgver() {
- cd "${pkgname}"
- ( set -o pipefail
- git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
- )
-}
-
build() {
cd "${pkgname}"
qmake yaics.pro