makedeb
The world's fastest framework for building websites, extended edition.
Click here to go back to the commit logs for hugo-extended-bin.
Hash: 0e6d16aec61e485ccc1ff84c2ae35c9670fc9077
Message: refactor: update to latest version (0.102.3) and add gitignore
diff --git a/.SRCINFO b/.SRCINFO
index d3233b1..a1e774c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-generated-by = makedeb-makepkg
-
-pkgbase = hugo-extended-bin
- pkgdesc = The world's fastest framework for building websites, extended edition.
- pkgver = 0.93.2
- pkgrel = 1
- url = https://github.com/gohugoio/hugo
- arch = x86_64
- license = Apache 2.0
- depends = bash
- provides = hugo
- conflicts = hugo
- source = hugo-extended-bin-0.93.2-x86_64.deb::https://github.com/gohugoio/hugo/releases/download/v0.93.2/hugo_extended_0.93.2_Linux-64bit.deb
- sha256sums = SKIP
-
+generated-by = makedeb
pkgname = hugo-extended-bin
+pkgbase = hugo-extended-bin
+pkgdesc = The world's fastest framework for building websites, extended edition.
+pkgrel = 1
+pkgver = 0.102.3
+url = https://github.com/gohugoio/hugo
+arch = amd64
+conflicts = hugo
+depends = bash
+license = Apache 2.0
+provides = hugo
+source = hugo-extended-bin-0.102.3-amd64.deb::https://github.com/gohugoio/hugo/releases/download/v0.102.3/hugo_extended_0.102.3_Linux-64bit.deb
+sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..7335864
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg/
+src/
+*.deb
diff --git a/PKGBUILD b/PKGBUILD
index a488806..68b41ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,9 @@ pkgname=hugo-extended-bin
provides=('hugo')
conflicts=('hugo')
pkgdesc="The world's fastest framework for building websites, extended edition."
-pkgver=0.93.2
+pkgver=0.102.3
pkgrel=1
-arch=('x86_64')
+arch=('amd64')
url="https://github.com/gohugoio/hugo"
license=('Apache 2.0')
depends=(