summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb3f392df8c8..b11ef624fe3f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Aug 8 13:05:13 UTC 2017
pkgbase = asp-https
pkgdesc = Arch Linux build source file management tool (with patch to use HTTPS by default)
- pkgver = 1
+ pkgver = 2
pkgrel = 1
url = https://github.com/julianbrost/asp-https
arch = any
@@ -15,8 +13,8 @@ pkgbase = asp-https
depends = libarchive
provides = asp
conflicts = asp
- source = asp-https-1.tar.gz::https://github.com/julianbrost/asp-https/archive/v1-https.tar.gz
- sha256sums = 2e1b2831bf5fc81ef64f26e0832ab697fccd2e05063050917f40f062ee512069
+ source = asp-https-2.tar.gz::https://github.com/julianbrost/asp-https/archive/v2-https.tar.gz
+ sha256sums = 38043722d92122e9f72a9924e20b1556cb80d1be1b19b7ead70674c8249308c3
pkgname = asp-https
diff --git a/PKGBUILD b/PKGBUILD
index c7399163d5c3..1422f611eae9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Julian Brost <julian@0x4a42.net>
pkgname=asp-https
-pkgver=1
+pkgver=2
pkgrel=1
pkgdesc="Arch Linux build source file management tool (with patch to use HTTPS by default)"
arch=(any)
@@ -12,7 +12,7 @@ conflicts=(asp)
provides=(asp)
makedepends=(asciidoc)
source=($pkgname-$pkgver.tar.gz::https://github.com/julianbrost/asp-https/archive/v$pkgver-https.tar.gz)
-sha256sums=('2e1b2831bf5fc81ef64f26e0832ab697fccd2e05063050917f40f062ee512069')
+sha256sums=('38043722d92122e9f72a9924e20b1556cb80d1be1b19b7ead70674c8249308c3')
build() {
cd asp-https-$pkgver-https