makedeb


urxvt-config-git 1f5140f92017.11.30-2


A graphical user interface tool for configuration of the rxvt-unicode terminal emulator.

Click here to go back to the commit logs for urxvt-config-git.

Commit:


Hash: c9b8b83d95400b48cab4b8481b705e511b12e762

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 9a3b268..d5ba0ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,18 @@
-generated-by = makedeb-makepkg
-
-pkgbase = urxvt-config-git
-	pkgdesc = A graphical user interface tool for configuration of the rxvt-unicode terminal emulator.
-	pkgver = 551.0.9.gf5140f92017.11.30
-	pkgrel = 1
-	url = https://github.com/daedreth/URXVTConfig
-	arch = x86_64
-	license = LGPL-3.0
-	makedepends = qt5-qmake
-	makedepends = libqt5charts5-dev
-	depends = libqt5charts5
-	provides = urxvt-config-git
-	conflicts = urxvt-config-git
-	source = git+https://github.com/daedreth/URXVTConfig.git#branch=master
-	md5sums = SKIP
-
+generated-by = makedeb
 pkgname = urxvt-config-git
+pkgbase = urxvt-config-git
+pkgdesc = A graphical user interface tool for configuration of the rxvt-unicode terminal emulator.
+pkgrel = 2
+pkgver = 1f5140f92017.11.30
+url = https://github.com/daedreth/URXVTConfig
+arch = amd64
+conflicts = urxvt-config-git
+depends = libqt5charts5
+license = LGPL-3.0
+makedepends = qt5-qmake
+makedepends = libqt5charts5-dev
+provides = urxvt-config-git
+source = URXVTConfig::git+https://github.com/daedreth/URXVTConfig.git#branch=master
+md5sums = SKIP
+makedepends = qt5-qmake
+makedepends = libqt5charts5-dev
diff --git a/PKGBUILD b/PKGBUILD
index 6dba4ab..3ad1f1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
 # Maintainer: only_vip  <onlyme_vip@protonmail.com>
 pkgname=urxvt-config-git
 _gitname=URXVTConfig
-pkgver=551.0.9.gf5140f92017.11.30
-pkgrel=1
+pkgver=1f5140f92017.11.30
+pkgrel=2
 pkgdesc="A graphical user interface tool for configuration of the rxvt-unicode terminal emulator."
-arch=('x86_64')
+arch=('amd64')
 url="https://github.com/daedreth/URXVTConfig"
 license=('LGPL-3.0')
 depends=('libqt5charts5')
@@ -17,15 +17,15 @@ optdepends=()
 conflicts=($pkgname)
 provides=($pkgname)
 # replaces=($pkgname)
-source=(git+"https://github.com/daedreth/${_gitname}.git#branch=master")
+source=("${_gitname}::git+https://github.com/daedreth/${_gitname}.git#branch=master")
 md5sums=("SKIP")
 
 pkgver() {
     cd "${srcdir}/${_gitname}"
-    _tag=$(git describe --tags | sed -e 's:-:.:g' -e 's:vNext::') # tag is mobile, and switches between numbers and letters, can't use it for versioning
+    _always=$(git describe --always | sed -e 's:-:.:g' -e 's:vNext::') # always is mobile, and switches between numbers and letters, can't use it for versioning
     _commits=$(git rev-list --count HEAD | sed 's:-:.:g') # total commits is the most sane way of getting incremental pkgver
     _date=$(git log -1 --date=short --pretty=format:%cd)
-    printf "%s%s%s\n" "${_commits}" "${_tag}" "${_date}" | sed -e 's:-:.:g'  -e 's:_:.:g'
+    printf "%s%s%s\n" "${_commits}" "${_always}" "${_date}" | sed -e 's:-:.:g'  -e 's:_:.:g'
 }
 
 package() {