summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Rauch2018-01-30 00:12:13 +0100
committerHolger Rauch2018-01-30 00:12:13 +0100
commitb0d10d127a9faa208e8430661ca157f6cc0e94c9 (patch)
treec8034c34c8b6bb62a59e75e2d1dca6d0c45b87ef
parent8d3363d2def6fc304903809d23b39853a8b65aa6 (diff)
downloadaur-ttf-din1451.tar.gz
pkgrel bumped and sha512sum added so pkg is no longer orphaned
-rw-r--r--.SRCINFO3
-rw-r--r--.gitignore23
-rw-r--r--PKGBUILD4
3 files changed, 28 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 580982d5d448..f0250c32897c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = ttf-din1451
pkgdesc = Clone of the DIN1451 font as used on German roadsigns
pkgver = 20100402
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/2ion/ttf-din1451
install = ttf-din1451.install
arch = any
license = custom:unknown
source = https://github.com/2ion/ttf-din1451/archive/20100402.tar.gz
sha256sums = a36834c573c4504e088d90ce2f85237a015ee69a15412612e7e6a109fef7ac29
+ sha512sums = 26ad9ca69dc48da0091546067ffa90a7661ac319ee7c33c5fcaad913258802e36514c84b776cf8eec28ba8666460905acb613a2544c9dbc905a0e5b55447ef92
pkgname = ttf-din1451
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..29d072f76700
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,23 @@
+# package src/pkg archives, downloaded sources
+*.tar*
+*.tgz
+*.txz
+*.tbz2
+*.tgz
+*.zip
+
+# signed sources
+*.asc
+*.sig
+
+# subfolders, e.g. source or built package trees, vcs
+*/**/
+src/
+pkg/
+
+# backup files
+*~
+*.bak
+
+# mkpkg status files, from soyuz.archlinux.org
+.mkpkg_check
diff --git a/PKGBUILD b/PKGBUILD
index d51b3d3ae439..18d802b008c3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,15 @@
# Maintainer: 2ion
+# Contributor: Holger Rauch < holger dot rauch at posteo dot de >
pkgname=ttf-din1451
pkgver=20100402
-pkgrel=2
+pkgrel=3
pkgdesc='Clone of the DIN1451 font as used on German roadsigns'
arch=('any')
url='https://github.com/2ion/ttf-din1451'
license=('custom:unknown')
source=("https://github.com/2ion/ttf-din1451/archive/${pkgver}.tar.gz")
sha256sums=('a36834c573c4504e088d90ce2f85237a015ee69a15412612e7e6a109fef7ac29')
+sha512sums=('26ad9ca69dc48da0091546067ffa90a7661ac319ee7c33c5fcaad913258802e36514c84b776cf8eec28ba8666460905acb613a2544c9dbc905a0e5b55447ef92')
install=${pkgname}.install
package() {