summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ0k3r2016-01-13 16:51:50 +0100
committerJ0k3r2016-01-13 16:55:38 +0100
commite7d990d03294f5c73ea922b0445f83335a92d691 (patch)
tree2edbb54784bada2293426e1179c0fec67640c589
parent2bc4eb0d31caf6fcbc1533ab9b84ab8653cc2cd1 (diff)
downloadaur-e7d990d03294f5c73ea922b0445f83335a92d691.tar.gz
Delete included changelog. Pointless with the git history from the new AUR4 system.
Sadly the history from my old repo didn't correctly carry over. Presumably because of the package rename.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
-rw-r--r--darkplaces-rm-git.changelog34
3 files changed, 3 insertions, 43 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f626b0eca924..ef21799abbed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Wed Jan 13 15:43:39 UTC 2016
+# Wed Jan 13 15:55:27 UTC 2016
pkgbase = darkplaces-rm-git
pkgdesc = DarkplacesRM is a fork of the DarkPlaces engine compatible with the RocketMinsta project
pkgver = r9084.6089aee
pkgrel = 1
url = http://rocketminsta.net/
- changelog = darkplaces-rm-git.changelog
arch = x86_64
arch = i686
license = GPL2
@@ -21,8 +20,6 @@ pkgbase = darkplaces-rm-git
replaces = darkplaces_rm-git
options = !makeflags
source = darkplaces-rm-git::git+https://github.com/nexAkari/DarkPlacesRM.git
- source = darkplaces-rm-git.changelog
- sha256sums = SKIP
sha256sums = SKIP
pkgname = darkplaces-rm-git
diff --git a/PKGBUILD b/PKGBUILD
index 15ab9f61d74f..066f27833be6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,16 +16,13 @@ depends+=('alsa-lib' 'libxpm' 'libxxf86vm')
optdepends=('libircclient: for irc support')
## mesa for GL/glx.h
makedepends=('git' 'mesa')
-changelog="${pkgname}.changelog"
conflicts=('darkplaces_rm-git')
replaces=('darkplaces_rm-git')
options=('!makeflags')
_local_repo="${pkgname}"
_binary_basename="darkplaces-rm"
-source=("${_local_repo}::git+https://github.com/nexAkari/DarkPlacesRM.git"
- "${pkgname}.changelog")
-sha256sums=("SKIP"
- "SKIP")
+source=("${_local_repo}::git+https://github.com/nexAkari/DarkPlacesRM.git")
+sha256sums=("SKIP")
function pkgver
{
diff --git a/darkplaces-rm-git.changelog b/darkplaces-rm-git.changelog
deleted file mode 100644
index 380b2898e92f..000000000000
--- a/darkplaces-rm-git.changelog
+++ /dev/null
@@ -1,34 +0,0 @@
-2014-04-22 | J0k3r <moebius282@gmail.com>
-
- * darkplacesRM-git-1-1:
- - Initial release
-
-2014-04-23 | J0k3r <moebius282@gmail.com>
-
- * darkplacesRM-git-1-1:
- - Added forgotten functions in darkplaces_rm, glx build
-
-2014-04-29 | J0k3r <moebius282@gmail.com>
-
- * darkplacesRM-git-8935-1:
- - add irc optdep and additional deps for the glx client to darkplacesRM
-
-2014-06-16 | J0k3r <moebius282@gmail.com>
-
- * darkplacesRM-git-8943-1:
- - Remove name-patching (now upstream); make binary name configurable
- - Add changelog
-
-2014-07-10 | J0k3r <moebius282@gmail.com>
-
- * darkplacesRM-git-8943-1:
- - Update the changelog to the state of the git history
- - Add changelog to the PKGBUILD
-
-2015-01-20 | J0k3r <moebius282@gmail.com>
-
- * darkplaces-rm-git-r8985.0b519b1:
- - Changed the name to darkplaces-rm-git
- - Changed $pkgver style
- - Added missing makedepends
- - General Improvements