summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Harrison2023-08-16 20:19:59 -0400
committerMatt Harrison2023-08-16 20:19:59 -0400
commita5509fa2fb6b91353765a53a500fcab870796783 (patch)
treeebf4f37a1e9e971f44adf224fd3ec5cea29f7fe1
parent78fcb1a1700e48d71428a63cd52b617913d8c339 (diff)
downloadaur-go.rice.tar.gz
upgpkg: go.rice 1.0.3-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d3c168ce2ac2..e74c8e50f1a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = go.rice
pkgdesc = Go package that makes working with resources such as html,js,css,images,templates, etc very easy.
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/GeertJohan/go.rice
arch = x86_64
license = BSD
makedepends = go
depends = glibc
- source = go.rice-1.0.2.tar.gz::https://github.com/GeertJohan/go.rice/archive/v1.0.2.tar.gz
- sha256sums = 2eed960aa9531a87c82d2379677723bc0129bc9e387dc0dbb3bb70b78c928dd0
+ options = !lto
+ source = go.rice-1.0.3.tar.gz::https://github.com/GeertJohan/go.rice/archive/v1.0.3.tar.gz
+ sha256sums = dda8be9c9c594e164e664479001e7113d0f6571b3fc93253ef132096540f0673
pkgname = go.rice
diff --git a/PKGBUILD b/PKGBUILD
index 19059b157d16..e4580697ba4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matt Harrison <matt@harrison.us.com>
pkgname=go.rice
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc='Go package that makes working with resources such as html,js,css,images,templates, etc very easy.'
arch=(x86_64)
@@ -9,8 +9,9 @@ url='https://github.com/GeertJohan/go.rice'
license=("BSD")
depends=(glibc)
makedepends=(go)
+options=(!lto)
source=("$pkgname-$pkgver.tar.gz::https://github.com/GeertJohan/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('2eed960aa9531a87c82d2379677723bc0129bc9e387dc0dbb3bb70b78c928dd0')
+sha256sums=('dda8be9c9c594e164e664479001e7113d0f6571b3fc93253ef132096540f0673')
build() {
cd "$srcdir/$pkgname-$pkgver/rice"