summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2016-04-05 23:12:41 +0200
committerAlad Wenter2016-04-05 23:12:41 +0200
commitda094345a059ceb1de6acc5cae6d814efb867234 (patch)
treef7e6389fc12ab11a2f98bc232e565b6be54d9b01
parenta5c88952e2f70395e94f989658081a8e3d823927 (diff)
downloadaur-da094345a059ceb1de6acc5cae6d814efb867234.tar.gz
revert to github
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 777e00967e88..102aac7bfb08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Apr 5 21:09:16 UTC 2016
+# Tue Apr 5 21:12:37 UTC 2016
pkgbase = mc-git
pkgdesc = a text based filemanager
- pkgver = 4.8.8.r10.g923d379
+ pkgver = 4.8.16.r15.g50cca69
pkgrel = 1
url = http://www.midnight-commander.org/
arch = i686
@@ -34,7 +34,7 @@ pkgbase = mc-git
optdepends = unrar: urar extfs
optdepends = zip: uzip extfs
optdepends = p7zip: support for 7zip archives
- provides = mc=4.8.8
+ provides = mc=4.8.16
conflicts = mc-
conflicts = mc-cvs
conflicts = mc-fork-svn
@@ -49,7 +49,7 @@ pkgbase = mc-git
backup = etc/mc/mc.keymap
backup = etc/mc/mc.menu
backup = etc/mc/sfs.ini
- source = git://repo.or.cz/midnight-commander.git
+ source = git+https://github.com/MidnightCommander/mc
sha256sums = SKIP
pkgname = mc-git
diff --git a/PKGBUILD b/PKGBUILD
index 9e32a5c98556..9ed2416303a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Contributor: Tsekhovoy Eugene aka Krash <8552246@gmail.com>
pkgname=mc-git
-pkgver=4.8.8.r10.g923d379
+pkgver=4.8.16.r15.g50cca69
pkgrel=1
pkgdesc='a text based filemanager'
arch=('i686' 'x86_64')
@@ -39,17 +39,17 @@ backup=('etc/mc/edit.indent.rc'
'etc/mc/mc.menu'
'etc/mc/sfs.ini')
options=('!emptydirs')
-source=('git://repo.or.cz/midnight-commander.git')
+source=('git+https://github.com/MidnightCommander/mc')
sha256sums=('SKIP')
pkgver() {
- cd midnight-commander
+ cd mc
git describe --long | sed -e 's/\([^-]*-g\)/r\1/' -e 's/-/./g'
}
build() {
export PYTHON=/usr/bin/python2
- cd midnight-commander
+ cd mc
./autogen.sh
./configure \
@@ -64,7 +64,7 @@ build() {
}
package() {
- cd midnight-commander
+ cd mc
make DESTDIR="${pkgdir}" install
}