Bump to 3.20.0
This commit is contained in:
parent
3d5ffdd337
commit
37133a7cdd
2 changed files with 22 additions and 22 deletions
34
.SRCINFO
34
.SRCINFO
|
@ -1,20 +1,20 @@
|
|||
pkgbase = fortune-mod-off
|
||||
pkgdesc = The Fortune Cookie Program from BSD games, with offensive quotes!
|
||||
pkgver = 3.18.0
|
||||
pkgrel = 1
|
||||
url = https://www.shlomifish.org/open-source/projects/fortune-mod/
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
makedepends = cmake
|
||||
makedepends = rinutils
|
||||
depends = glibc
|
||||
depends = recode
|
||||
conflicts = fortune-mod
|
||||
source = https://github.com/shlomif/fortune-mod/releases/download/fortune-mod-3.18.0/fortune-mod-3.18.0.tar.xz
|
||||
source = not-a-game.patch
|
||||
sha512sums = b8d16bf5032c1a0fcb161c912109abd24f3b762f3455eaf86d41ed3f16a33db4913d9a21bb6a42f974a3b11cfaedac57cabc4456d178a3d631d8d4a723789798
|
||||
sha512sums = c4ef10c6d7bdb15ceec020d27e11c489ff56ed573b7efc0cf7465026514f153f789444cd7e2996d0fd9bb0f923c4eeeaf0eaa46a0bfacbc36712917e4f5d6c04
|
||||
b2sums = b975d75aea745f06f26753038416b1cc50b462a11a5cbe71a9aadc44b31f9120ac3e37ed160c9d7f90e379e5ea4c51dc39921362d24811547364e37d64c3faf9
|
||||
b2sums = 5283fde623cd0d304f073d59ff648d671323d8638876c629e8e8f175de00c3d9a1f807f0a9dfce3d9c9a56299dc1824062b013a4ce0541ee5fcea97c53f6ecec
|
||||
pkgdesc = The Fortune Cookie Program from BSD games, with the offensive quotes added back in
|
||||
pkgver = 3.20.0
|
||||
pkgrel = 1
|
||||
url = https://www.shlomifish.org/open-source/projects/fortune-mod/
|
||||
arch = x86_64
|
||||
license = BSD
|
||||
makedepends = cmake
|
||||
makedepends = rinutils
|
||||
depends = glibc
|
||||
depends = recode
|
||||
conflicts = fortune-mod
|
||||
source = https://github.com/shlomif/fortune-mod/releases/download/fortune-mod-3.20.0/fortune-mod-3.20.0.tar.xz
|
||||
source = not-a-game.patch
|
||||
sha512sums = 4ce1111c73f087ed899e4796ac9c15f85fa7262e08f1a81162fcc37757d4ecd1f234d3c2c362a264c07ae45d68ec2299d4870c7b348cc0bbeb7db3b170ba0ded
|
||||
sha512sums = c4ef10c6d7bdb15ceec020d27e11c489ff56ed573b7efc0cf7465026514f153f789444cd7e2996d0fd9bb0f923c4eeeaf0eaa46a0bfacbc36712917e4f5d6c04
|
||||
b2sums = b9b083fdb507126ab9c156e7f09fba720b37a88301a3472f1162a0744760d15dde54c2e4abda93fdca1f548880ae42a0bb45340f19464843bf833264c4fbbf31
|
||||
b2sums = 5283fde623cd0d304f073d59ff648d671323d8638876c629e8e8f175de00c3d9a1f807f0a9dfce3d9c9a56299dc1824062b013a4ce0541ee5fcea97c53f6ecec
|
||||
|
||||
pkgname = fortune-mod-off
|
||||
|
|
10
PKGBUILD
10
PKGBUILD
|
@ -1,13 +1,13 @@
|
|||
# Maintainer: Sam Therapy <sam@samtherapy.net>
|
||||
# Contributor: George Rawlinson <grawlinson@archlinux.org>
|
||||
# Contributor: Kyle Keen <keenerd@gmail.com>
|
||||
# Contributor: Kevin Piche <kevin@archlinux.org>
|
||||
# Contributor: Dale Blount <archlinux@dale.us>
|
||||
# Contributor: George Rawlinson <grawlinson@archlinux.org>
|
||||
|
||||
pkgname=fortune-mod-off
|
||||
pkgver=3.18.0
|
||||
pkgver=3.20.0
|
||||
pkgrel=1
|
||||
pkgdesc='The Fortune Cookie Program from BSD games, with offensive quotes!'
|
||||
pkgdesc='The Fortune Cookie Program from BSD games, with the offensive quotes added back in'
|
||||
arch=('x86_64')
|
||||
url='https://www.shlomifish.org/open-source/projects/fortune-mod/'
|
||||
license=('BSD')
|
||||
|
@ -16,9 +16,9 @@ makedepends=('cmake' 'rinutils')
|
|||
conflicts=('fortune-mod')
|
||||
source=("https://github.com/shlomif/fortune-mod/releases/download/${pkgname/-off/}-$pkgver/${pkgname/-off/}-$pkgver.tar.xz"
|
||||
'not-a-game.patch')
|
||||
sha512sums=('b8d16bf5032c1a0fcb161c912109abd24f3b762f3455eaf86d41ed3f16a33db4913d9a21bb6a42f974a3b11cfaedac57cabc4456d178a3d631d8d4a723789798'
|
||||
sha512sums=('4ce1111c73f087ed899e4796ac9c15f85fa7262e08f1a81162fcc37757d4ecd1f234d3c2c362a264c07ae45d68ec2299d4870c7b348cc0bbeb7db3b170ba0ded'
|
||||
'c4ef10c6d7bdb15ceec020d27e11c489ff56ed573b7efc0cf7465026514f153f789444cd7e2996d0fd9bb0f923c4eeeaf0eaa46a0bfacbc36712917e4f5d6c04')
|
||||
b2sums=('b975d75aea745f06f26753038416b1cc50b462a11a5cbe71a9aadc44b31f9120ac3e37ed160c9d7f90e379e5ea4c51dc39921362d24811547364e37d64c3faf9'
|
||||
b2sums=('b9b083fdb507126ab9c156e7f09fba720b37a88301a3472f1162a0744760d15dde54c2e4abda93fdca1f548880ae42a0bb45340f19464843bf833264c4fbbf31'
|
||||
'5283fde623cd0d304f073d59ff648d671323d8638876c629e8e8f175de00c3d9a1f807f0a9dfce3d9c9a56299dc1824062b013a4ce0541ee5fcea97c53f6ecec')
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue