summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Wolfer2017-11-05 14:08:43 +0100
committerPhilipp Wolfer2017-11-05 14:08:43 +0100
commitd73f1fc978a939164984f876c8ec1aab7f2bbd3f (patch)
tree06dfebda59e0aea5f771393636c6eacdaa2c7822
parent389415b5b0401125a8586cfe4af5bf3ddbfcd202 (diff)
downloadaur-d73f1fc978a939164984f876c8ec1aab7f2bbd3f.tar.gz
Use .tar.gz sources
Avoids needing git for build
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 60d3f1cca7a9..ea7aa420cfb5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 5 12:50:58 UTC 2017
+# Sun Nov 5 13:08:43 UTC 2017
pkgbase = peek
pkgdesc = Simple screen recorder with an easy to use interface
pkgver = 1.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/phw/peek
arch = i686
arch = x86_64
@@ -18,8 +18,8 @@ pkgbase = peek
depends = imagemagick
optdepends = gst-plugins-good: WebM output under Gnome Shell
optdepends = gst-plugins-ugly: MP4 output under Gnome Shell
- source = peek-1.1.0::git+https://github.com/phw/peek.git#tag=1.1.0
- sha1sums = SKIP
+ source = peek-1.1.0.tar.gz::https://github.com/phw/peek/archive/1.1.0.tar.gz
+ sha256sums = 3e34be130c43653e849efe9e3e08e446880c11aaf47ec4c62b54c5c5092f4cf9
pkgname = peek
diff --git a/PKGBUILD b/PKGBUILD
index e9eb69bd701c..0670a45c9fe8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philipp Wolfer <ph.wolfer@gmail.com>
pkgname=peek
pkgver=1.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Simple screen recorder with an easy to use interface"
arch=('i686' 'x86_64')
url="https://github.com/phw/peek"
@@ -12,8 +12,8 @@ optdepends=(
'gst-plugins-good: WebM output under Gnome Shell'
'gst-plugins-ugly: MP4 output under Gnome Shell'
)
-source=(${pkgname}-${pkgver}::git+https://github.com/phw/${pkgname}.git#tag=${pkgver})
-sha1sums=('SKIP')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/phw/${pkgname}/archive/${pkgver}.tar.gz)
+sha256sums=('3e34be130c43653e849efe9e3e08e446880c11aaf47ec4c62b54c5c5092f4cf9')
prepare() {
mkdir -p build