summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Grunwald2020-02-25 23:32:54 +0100
committerNils Grunwald2020-02-25 23:32:54 +0100
commit454ff53fb5056b6140fe341c6893acdabeab9e18 (patch)
treeb7976edd6ba962997e1ab2c838ab6c28235eb4ef
parent425c1006e5be1e9bf24366abe6303433fc34db2a (diff)
downloadaur-454ff53fb5056b6140fe341c6893acdabeab9e18.tar.gz
release 0.1.7
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1ef38be8eb84..39a9c5403169 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = bootleg-bin
pkgdesc = Simple template processing command line tool to help build static websites
- pkgver = 0.1.6_1
+ pkgver = 0.1.7
pkgrel = 1
url = https://github.com/retrogradeorbit/bootleg
arch = x86_64
license = EPL
- provides = bootleg-bin
- conflicts = bootleg-bin
- source = https://github.com/retrogradeorbit/bootleg/releases/download/v0.1.6-1/bootleg-0.1.6-1-linux-amd64.tgz
- sha256sums = 50006950f9ff90ba8396543b1071cc2a7730b762e6d05a1ebf58048adb115e45
+ provides = bootleg
+ source = https://github.com/retrogradeorbit/bootleg/releases/download/v0.1.7/bootleg-0.1.7-linux-amd64.tgz
+ sha256sums = 55d1627387a5e534b5a2632d69790140778200b2a382947c36a2c9fc28b04077
pkgname = bootleg-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5a0272dc5e87..e32b375c9e12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Nils Grunwald <nils [@] grunwald [dot] fr>
pkgname=bootleg-bin
-pkgver=0.1.6_1
+pkgver=0.1.7
pkgrel=1
pkgdesc='Simple template processing command line tool to help build static websites'
arch=('x86_64')
url='https://github.com/retrogradeorbit/bootleg'
license=('EPL')
-provides=('bootleg-bin')
-conflicts=('bootleg-bin')
+provides=('bootleg')
+conflicts=()
-source=("https://github.com/retrogradeorbit/bootleg/releases/download/v${pkgver/_/-}/${pkgname/\-bin/}-${pkgver/_/-}-linux-amd64.tgz")
+source=("https://github.com/retrogradeorbit/bootleg/releases/download/v${pkgver}/${pkgname/\-bin/}-${pkgver}-linux-amd64.tgz")
-sha256sums=('50006950f9ff90ba8396543b1071cc2a7730b762e6d05a1ebf58048adb115e45')
+sha256sums=('55d1627387a5e534b5a2632d69790140778200b2a382947c36a2c9fc28b04077')
package() {
install -Dm755 "${srcdir}/bootleg" "${pkgdir}/usr/bin/bootleg"