summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2017-09-11 07:47:08 +0200
committerAlad Wenter2017-09-11 07:47:08 +0200
commit6c5f7c3787118168e3e8700d6139c2225ed256ce (patch)
tree470b7e71af0c1dcdf550ac520c68c267c939836b
parent4ba5428cc40be905a4cbd0ade4fe482ec26810b2 (diff)
downloadaur-6c5f7c3787118168e3e8700d6139c2225ed256ce.tar.gz
xss: back to old versioning scheme
r < 2012, avoid epoch
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 7 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 14a3fcb99bf6..6ed65976c428 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Sun Sep 10 22:35:06 UTC 2017
+# Mon Sep 11 05:47:06 UTC 2017
pkgbase = xss
pkgdesc = A collection of small programs to compose your own screensaver or screenlocker
- pkgver = r3.c2be604
- pkgrel = 1
+ pkgver = 20120302
+ pkgrel = 4
url = https://github.com/9wm/xss
arch = i686
arch = x86_64
license = GPL3
makedepends = git
depends = libxss
- source = git+https://github.com/9wm/xss.git#commit=d74f14e02e65bf0f844a1b882576d6c3d87805c6
+ source = git+https://github.com/9wm/xss.git#commit=cfe9ab22e33a58ae86e4d88796260ce7c7398abc
sha256sums = SKIP
pkgname = xss
diff --git a/PKGBUILD b/PKGBUILD
index 2ad1f9a20923..03b8ad942823 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Alad Wenter <alad@mailbox.org>
# Contributor: Alex Griffin <griffin.aj@gmail.com>
pkgname=xss
-pkgver=r3.c2be604
+pkgver=20120302
# https://github.com/9wm/xss/issues/1
-_commit=d74f14e02e65bf0f844a1b882576d6c3d87805c6
-pkgrel=1
+_commit=cfe9ab22e33a58ae86e4d88796260ce7c7398abc
+pkgrel=4
pkgdesc="A collection of small programs to compose your own screensaver or screenlocker"
arch=('i686' 'x86_64')
url='https://github.com/9wm/xss'
@@ -14,11 +14,6 @@ makedepends=('git')
source=("git+https://github.com/9wm/xss.git#commit=$_commit")
sha256sums=('SKIP')
-pkgver() {
- cd "$pkgname-master"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
build() {
cd "$pkgname-master"
make