[arch-commits] Commit in go-bindata-assetfs/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri Jul 31 08:24:04 UTC 2020


    Date: Friday, July 31, 2020 @ 08:24:04
  Author: felixonmars
Revision: 666081

upgpkg: go-bindata-assetfs 1.0.1-1

Modified:
  go-bindata-assetfs/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-31 08:23:58 UTC (rev 666080)
+++ PKGBUILD	2020-07-31 08:24:04 UTC (rev 666081)
@@ -1,8 +1,8 @@
 # Maintainer: Christian Rebischke <chris.rebischke at archlinux.org>
 
 pkgname=go-bindata-assetfs
-pkgver=1.0.0
-pkgrel=5
+pkgver=1.0.1
+pkgrel=1
 pkgdesc="Serves embedded files from jteeuwen/go-bindata with net/http"
 arch=('x86_64')
 url="https://github.com/elazarl/go-bindata-assetfs"
@@ -11,14 +11,11 @@
 makedepends=('go')
 source=(
   "${pkgname}-${pkgver}.tar.gz::https://github.com/elazarl/go-bindata-assetfs/archive/v${pkgver}.tar.gz"
-  'https://github.com/elazarl/go-bindata-assetfs/commit/38087fe4dafb822e541b3f7955075cc1c30bd294.patch'
 )
-sha512sums=('009111511b10b14e83b166eaf37c36e6fc96097770cd6b1865d034f4e90cc3232930b6f5591ee1a960af46d76a7456a96dcc2ccc112234cb0d382a9f9cc575c2'
-            '9364a53fe6ce05a81429ec96f8fc542484fa8a860c8c011daed61d06db608fd0bc22a3837321119ff2429dc1e1b008be90977fa4bab74a4a90c9b126dc899cea')
+sha512sums=('fde5cd06393c82a8a1f9da5cc3054c1cc389328b5a232c5595a32755b2d613a83dc7777070152ad31ccbbbfbcf2419ad44bef89f88ceef4c6b7e5df8715309cf')
 
 prepare() {
   cd "${pkgname}-${pkgver}"
-  patch -p1 -i ../38087fe4dafb822e541b3f7955075cc1c30bd294.patch #https://github.com/elazarl/go-bindata-assetfs/issues/33
   mkdir -p "${srcdir}/src/github.com/elazarl/"
   mv "${srcdir}/${pkgname}-${pkgver}" "${srcdir}/src/github.com/elazarl/go-bindata-assetfs"
 }



More information about the arch-commits mailing list