summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2021-11-28 00:21:06 +0100
committerhaawda2021-11-28 00:21:06 +0100
commit7e7bf4c61ec0584b04a396dfaf4bbac3be549824 (patch)
treeaa9a7f0ca430397c52ac6813cec21b75343fdf81
parentf99fee69d57335a6af05853b9db4f76a09dd1178 (diff)
downloadaur-7e7bf4c61ec0584b04a396dfaf4bbac3be549824.tar.gz
introduce epoch
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cee4b2eb5836..2bbbab2bcd4b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = coffeescript-git
pkgdesc = Language that compiles into JavaScript
- pkgver = 2.5.1.r5.g07f644c3
- pkgrel = 2
+ pkgver = 2.6.1.r1.g887a6174
+ pkgrel = 1
+ epoch = 1
url = http://coffeescript.org
arch = any
license = custom
@@ -15,4 +16,3 @@ pkgbase = coffeescript-git
md5sums = SKIP
pkgname = coffeescript-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 6c6243a7d77a..b3f41f969595 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,9 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=coffeescript-git
-pkgver=2.5.1.r5.g07f644c3
-pkgrel=2
+pkgver=2.6.1.r1.g887a6174
+pkgrel=1
+epoch=1
pkgdesc='Language that compiles into JavaScript'
arch=('any')
url=http://coffeescript.org