makedeb


siji-git 1c691f202019.02.18-2


Iconic bitmap font based on stlarch with additional glyphs

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

Commit:


Hash: 99b12e2bae9621edce2197624b80812aae9c6523

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 7498664..553255b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
-generated-by = makedeb-makepkg
-
-pkgbase = siji-git
-	pkgdesc = Iconic bitmap font based on stlarch with additional glyphs
-	pkgver = 23c691f202019.02.18
-	pkgrel = 1
-	url = https://github.com/stark/siji
-	arch = any
-	license = GPLv2
-	makedepends = git
-	depends = fontconfig
-	provides = siji
-	conflicts = siji
-	source = siji::git+https://github.com/stark/siji
-	md5sums = SKIP
-
+generated-by = makedeb
 pkgname = siji-git
+postinst = siji-git.postinst
+postrm = siji-git.postrm
+pkgbase = siji-git
+pkgdesc = Iconic bitmap font based on stlarch with additional glyphs
+pkgrel = 2
+pkgver = 1c691f202019.02.18
+url = https://github.com/stark/siji
+arch = any
+conflicts = siji
+depends = fontconfig
+license = GPLv2
+makedepends = git
+provides = siji
+source = siji::git+https://github.com/stark/siji
+md5sums = SKIP
+makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 4f10a5a..8f3f468 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname=siji-git
 _pkgname=siji
-pkgver=23c691f202019.02.18
-pkgrel=1
+pkgver=1c691f202019.02.18
+pkgrel=2
 pkgdesc='Iconic bitmap font based on stlarch with additional glyphs'
 arch=('any')
 url='https://github.com/stark/siji'
@@ -18,10 +18,10 @@ md5sums=('SKIP')
 
 pkgver() {
     cd "${srcdir}/${_pkgname}"
-    _tag=$(git rev-parse --short HEAD)
+    _always=$(git rev-parse --short HEAD)
     _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() {