summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinArcX2018-01-18 01:01:42 +0330
committerLinArcX2018-01-18 01:01:42 +0330
commitcddc66dd7e297de877acf248bfc72ee615e2b960 (patch)
tree16b8f1f3936b95eb2e3340ed90bd6856c22b035b
parent15e20013ea6405af0df7045ffbb1ecbbd9f1623a (diff)
downloadaur-cddc66dd7e297de877acf248bfc72ee615e2b960.tar.gz
version: 1.0.1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ebb28d230e15..405a4fd1ae84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = gnulium-git
pkgdesc = A Graphical Ui for managing scripts and ideas! (Github version)
- pkgver = 1.0.0.r0.g9b8df37
+ pkgver = 1.0.1.r0.g43b05ec
pkgrel = 1
url = https://github.com/LinArcX/Gnulium
arch = any
@@ -11,8 +11,6 @@ pkgbase = gnulium-git
depends = qt5-quickcontrols
depends = qt5-charts
depends = jcal-git
- provides = gnulium
- conflicts = gnulium
source = gnulium-git::git+https://github.com/LinArcX/Gnulium.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index a65300fe4529..b8852a039a76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: LinArcx <linarcx@gmail.com>
pkgname='gnulium-git'
-pkgver=1.0.0.r0.g9b8df37
+pkgver=1.0.1.r0.g43b05ec
pkgrel=1
pkgdesc="A Graphical Ui for managing scripts and ideas! (Github version)"
arch=('any')
@@ -9,8 +9,6 @@ url="https://github.com/LinArcX/Gnulium"
license=('GPL-3.0')
depends=('qt5-quickcontrols2' 'qt5-quickcontrols' 'qt5-charts' 'jcal-git')
makedepends=('git' 'qt5-base')
-provides=("${pkgname%-git}") # provides=("${pkgname}" 'gnulium')
-conflicts=("${pkgname%-git}") # conflicts=("${pkgname}" 'gnulium')
source=("${pkgname}::git+https://github.com/LinArcX/Gnulium.git")
sha256sums=('SKIP')
@@ -20,7 +18,6 @@ pkgver() {
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)"
)
- # git log -1 --date=format:%Y%m%d --pretty=format:%cd
}
build() {