summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8877a50a76e0..65ba6b842dc3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Jul 25 17:48:55 UTC 2018
+# Wed Jul 25 18:34:51 UTC 2018
pkgbase = shrinky-intro
pkgdesc = Linux 4k intro skeleton (from dnload)
- pkgver = 0.1
- pkgrel = 3
+ pkgver = 1.0.0
+ pkgrel = 1
url = https://github.com/xyproto/shrinky-intro/
arch = x86_64
license = BSD
@@ -11,7 +11,7 @@ pkgbase = shrinky-intro
makedepends = shrinky
depends = libgl
depends = sdl2
- source = git+https://github.com/xyproto/shrinky-intro#commit=438ad8b197ff15fb561fe3a0b15d602486e90244
+ source = git+https://github.com/xyproto/shrinky-intro#tag=v1.0.0
md5sums = SKIP
pkgname = shrinky-intro
diff --git a/PKGBUILD b/PKGBUILD
index 9c0ae6adc762..2dafbaf31077 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,15 @@
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
pkgname=shrinky-intro
-pkgver=0.1
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
pkgdesc='Linux 4k intro skeleton (from dnload)'
arch=('x86_64')
url='https://github.com/xyproto/shrinky-intro/'
license=('BSD')
makedepends=('git' 'shrinky')
depends=('libgl' 'sdl2')
-#optdepends=('elfkickers: For stripping with sstrip'
-# 'vulkan-devel: For Vulkan development')
-source=('git+https://github.com/xyproto/shrinky-intro#commit=438ad8b197ff15fb561fe3a0b15d602486e90244')
+source=("git+https://github.com/xyproto/shrinky-intro#tag=v$pkgver")
md5sums=("SKIP")
build() {