summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Jaksch2018-09-08 06:05:29 +0200
committerOliver Jaksch2018-09-08 06:05:29 +0200
commit5ce4c4d9bb2c7259331c311e96f77dbe76a2f46c (patch)
treefc5da56f4758dddb670ab9db246f7adee017e1f1
parent45e3f9f47ebc5290cc9be3052a0c839efdbd721b (diff)
downloadaur-emulationstation-autoscraper.tar.gz
Update to v1.4.6
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a0ffb94699a..7d3d6ddc3c5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jun 20 06:00:21 UTC 2018
+# Sat Sep 8 04:05:29 UTC 2018
pkgbase = emulationstation-autoscraper
pkgdesc = An auto-scraper for EmulationStation written in Go using hashes
- pkgver = 1.4.5
- pkgrel = 2
+ pkgver = 1.4.6
+ pkgrel = 1
url = https://github.com/sselph/scraper
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = emulationstation-autoscraper
license = custom
makedepends = git
makedepends = go
- source = https://github.com/sselph/scraper/archive/v1.4.5.tar.gz
- sha256sums = 5e7496b7634126f5be81fdd88a20fe108f40d4a8a0089b2d07ae82ea2cea812c
+ source = emulationstation-autoscraper-1.4.6.tar.gz::https://github.com/sselph/scraper/archive/v1.4.6.tar.gz
+ sha256sums = 898d13a94f630bcb2e78b144fb06c106a6f29a316ab1d63f9b702719cf98e0cd
pkgname = emulationstation-autoscraper
diff --git a/PKGBUILD b/PKGBUILD
index 7499d34471b6..fb81c328fc1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Oliver Jaksch <arch-aur@com-in.de>
pkgname=emulationstation-autoscraper
-pkgver=1.4.5
-pkgrel=2
+pkgver=1.4.6
+pkgrel=1
pkgdesc="An auto-scraper for EmulationStation written in Go using hashes"
arch=('i686' 'x86_64' 'arm' 'armv6h' 'armv7h')
url="https://github.com/sselph/scraper"
license=('custom')
makedepends=('git' 'go')
-source=("https://github.com/sselph/scraper/archive/v${pkgver}.tar.gz")
-sha256sums=('5e7496b7634126f5be81fdd88a20fe108f40d4a8a0089b2d07ae82ea2cea812c')
+source=($pkgname-$pkgver.tar.gz::https://github.com/sselph/scraper/archive/v${pkgver}.tar.gz)
+sha256sums=('898d13a94f630bcb2e78b144fb06c106a6f29a316ab1d63f9b702719cf98e0cd')
scraperdir="scraper-${pkgver}"