Update to 0.8.2
This commit is contained in:
8
.SRCINFO
8
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = jigdo
|
pkgbase = jigdo
|
||||||
pkgdesc = Distribute large images by sending and receiving the files that make them up
|
pkgdesc = Distribute large images by sending and receiving the files that make them up
|
||||||
pkgver = 0.8.1
|
pkgver = 0.8.2
|
||||||
pkgrel = 2
|
pkgrel = 1
|
||||||
url = https://www.einval.com/~steve/software/jigdo/
|
url = https://www.einval.com/~steve/software/jigdo/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
license = GPL2
|
license = GPL2
|
||||||
@@ -12,7 +12,7 @@ pkgbase = jigdo
|
|||||||
depends = wget
|
depends = wget
|
||||||
options = !buildflags
|
options = !buildflags
|
||||||
options = !makeflags
|
options = !makeflags
|
||||||
source = https://www.einval.com/~steve/software/jigdo/download/jigdo-0.8.1.tar.xz
|
source = https://www.einval.com/~steve/software/jigdo/download/jigdo-0.8.2.tar.xz
|
||||||
b2sums = 6619017716066d1ccea4812fcfd980be670979c086a42005fd585e78c761f2db2e4ede461ecedae8d60d04a60a348ce214fd64975b1712307972b56b1f899fae
|
b2sums = 44b5c135b185f9cd7465993f2c61ed1770df889f9e0cb8240fd53ee017271857bbb161a88f116676ac4c54a670f31a9d616f1a5f3c5eb147506978405b572f0f
|
||||||
|
|
||||||
pkgname = jigdo
|
pkgname = jigdo
|
||||||
|
|||||||
6
PKGBUILD
6
PKGBUILD
@@ -1,8 +1,8 @@
|
|||||||
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
|
# Maintainer: Mike Swanson <mikeonthecomputer@gmail.com>
|
||||||
|
|
||||||
pkgname=jigdo
|
pkgname=jigdo
|
||||||
pkgver=0.8.1
|
pkgver=0.8.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="Distribute large images by sending and receiving the files that make them up"
|
pkgdesc="Distribute large images by sending and receiving the files that make them up"
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://www.einval.com/~steve/software/jigdo/"
|
url="https://www.einval.com/~steve/software/jigdo/"
|
||||||
@@ -10,7 +10,7 @@ license=('GPL2')
|
|||||||
depends=('db4.8' 'wget')
|
depends=('db4.8' 'wget')
|
||||||
makedepends=('docbook-utils' 'docbook-sgml' 'perl-sgmls')
|
makedepends=('docbook-utils' 'docbook-sgml' 'perl-sgmls')
|
||||||
source=("${url}download/jigdo-${pkgver}.tar.xz")
|
source=("${url}download/jigdo-${pkgver}.tar.xz")
|
||||||
b2sums=('6619017716066d1ccea4812fcfd980be670979c086a42005fd585e78c761f2db2e4ede461ecedae8d60d04a60a348ce214fd64975b1712307972b56b1f899fae')
|
b2sums=('44b5c135b185f9cd7465993f2c61ed1770df889f9e0cb8240fd53ee017271857bbb161a88f116676ac4c54a670f31a9d616f1a5f3c5eb147506978405b572f0f')
|
||||||
options=(!buildflags !makeflags)
|
options=(!buildflags !makeflags)
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
|
|||||||
Reference in New Issue
Block a user