makedeb


exa-bin 0.10.1-3


Replacement for ls written in Rust

Click here to go back to the commit logs for exa-bin.

Commit:


Hash: 9d60c30bc7377729a1bac3b878b831aec7ce290f

Message: minor fix

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 73e232f..109b68d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,23 +1,21 @@
-generated-by = makedeb-makepkg
-
-pkgbase = exa-bin
-	pkgdesc = Replacement for ls written in Rust
-	pkgver = 0.10.1
-	pkgrel = 2
-	url = https://github.com/ogham/exa
-	arch = x86_64
-	arch = armv7
-	license = MIT
-	depends = unzip
-	provides = exa
-	conflicts = exa
-	source_x86_64 = https://github.com/ogham/exa/releases/download/v0.10.1/exa-linux-x86_64-v0.10.1.zip
-	source_x86_64 = https://github.com/ogham/exa/blob/master/LICENCE
-	sha512sums_x86_64 = 6897aae29da9f6aa4a16ce14d8d7a00c9c292cef447b0d1c973465533f144d43b259b907c152637b0835f74b7c421650c23e3321579bb703b0a1a33979e46faa
-	sha512sums_x86_64 = SKIP
-	source_armv7 = https://github.com/ogham/exa/releases/download/v0.10.1/exa-linux-armv7-v0.10.1.zip
-	source_armv7 = https://github.com/ogham/exa/blob/master/LICENCE
-	sha256sums_armv7 = 5b2c80e142a40b6c3146e99ca22c28befb43c9bf94a61efc34e06efc07b8af960fc829e444854af26c7fe69b4da6e1b445c3d9511db7cfe43c8eb628def447b7
-	sha256sums_armv7 = SKIP
-
+generated-by = makedeb
 pkgname = exa-bin
+pkgbase = exa-bin
+pkgdesc = Replacement for ls written in Rust
+pkgrel = 3
+pkgver = 0.10.1
+url = https://github.com/ogham/exa
+arch = amd64
+arch = armv7
+conflicts = exa
+depends = unzip
+license = MIT
+provides = exa
+source_amd64 = https://github.com/ogham/exa/releases/download/v0.10.1/exa-linux-x86_64-v0.10.1.zip
+source_amd64 = https://github.com/ogham/exa/blob/master/LICENCE
+source_armv7 = https://github.com/ogham/exa/releases/download/v0.10.1/exa-linux-armv7-v0.10.1.zip
+source_armv7 = https://github.com/ogham/exa/blob/master/LICENCE
+sha256sums_armv7 = 5b2c80e142a40b6c3146e99ca22c28befb43c9bf94a61efc34e06efc07b8af960fc829e444854af26c7fe69b4da6e1b445c3d9511db7cfe43c8eb628def447b7
+sha256sums_armv7 = SKIP
+sha512sums_amd64 = 6897aae29da9f6aa4a16ce14d8d7a00c9c292cef447b0d1c973465533f144d43b259b907c152637b0835f74b7c421650c23e3321579bb703b0a1a33979e46faa
+sha512sums_amd64 = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f56525d..17492b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
 pkgname="exa-bin"
 _pkgname="exa"
 pkgver=0.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Replacement for ls written in Rust"
-arch=("x86_64" "armv7")
+arch=("amd64" "armv7")
 depends=("unzip")
 provides=("exa")
 conflicts=("exa")
@@ -12,11 +12,11 @@ conflicts=("exa")
 url="https://github.com/ogham/${_pkgname}"
 license=("MIT")
 
-source_x86_64=("https://github.com/ogham/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-x86_64-v${pkgver}.zip"
+source_amd64=("https://github.com/ogham/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-x86_64-v${pkgver}.zip"
                   "https://github.com/ogham/exa/blob/master/LICENCE")
 source_armv7=("https://github.com/ogham/${_pkgname}/releases/download/v${pkgver}/${_pkgname}-linux-armv7-v${pkgver}.zip"
                   "https://github.com/ogham/exa/blob/master/LICENCE")
-sha512sums_x86_64=("6897aae29da9f6aa4a16ce14d8d7a00c9c292cef447b0d1c973465533f144d43b259b907c152637b0835f74b7c421650c23e3321579bb703b0a1a33979e46faa"
+sha512sums_amd64=("6897aae29da9f6aa4a16ce14d8d7a00c9c292cef447b0d1c973465533f144d43b259b907c152637b0835f74b7c421650c23e3321579bb703b0a1a33979e46faa"
                         "SKIP")
 sha256sums_armv7=("5b2c80e142a40b6c3146e99ca22c28befb43c9bf94a61efc34e06efc07b8af960fc829e444854af26c7fe69b4da6e1b445c3d9511db7cfe43c8eb628def447b7"
                         "SKIP")