summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2015-08-23 17:53:08 +0300
committerArtem Vorotnikov2015-08-23 17:53:08 +0300
commit6b1bb44578678599efff49fb71e9e1e393907939 (patch)
tree23121d4035ffa4a9ae9bb7d7ef48d333db33ec7d
parentb44e1007f975200a0a8f1897737793ce6921e41c (diff)
downloadaur-6b1bb44578678599efff49fb71e9e1e393907939.tar.gz
Bump version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42b1c0083e12..15eb6cad59ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = etlegacy-omnibot
pkgdesc = Wolfenstein: Enemy Territory 2.60b compatible client/server (omni-bot files)
- pkgver = 0.84.1051
- pkgrel = 2
+ pkgver = 0.84.2001
+ pkgrel = 1
url = http://omni-bot.invisionzone.com
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 188c9e902ce2..baef170ce053 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=etlegacy-omnibot
-pkgver=0.84.1051 # etlegacy version is slightly newer than the official 0.84 omnibot release
-pkgrel=2
+pkgver=0.84.2001 # etlegacy version is slightly newer than the official 0.84 omnibot release
+pkgrel=1
pkgdesc="Wolfenstein: Enemy Territory 2.60b compatible client/server (omni-bot files)"
arch=('i686' 'x86_64')
url="http://omni-bot.invisionzone.com"
@@ -17,5 +17,3 @@ package() {
# writable user config
chmod 666 $pkgdir/usr/lib/etlegacy/legacy/omni-bot/et/user/omni-bot.cfg
}
-
-# vim:set ts=4 sw=2 et: