summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD15
2 files changed, 13 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4e50137e528..e14512a53a0d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,13 @@
pkgbase = mc-skin-modarin-debian
- pkgdesc = Debian Wheezy version of 256-color skin for Midnight Commander (only extends the original skin with additional thin skins)
- pkgver = 1.2
- pkgrel = 2
- url = https://launchpad.net/debian/+source/mc/3:4.8.1-3
+ pkgdesc = Debian Jessie version of 256-color skin for Midnight Commander (only extends the original skin with additional thin skins)
+ pkgver = 1.3
+ pkgrel = 1
+ url = https://launchpad.net/debian/+source/mc/3:4.8.13-3
arch = any
license = GPL
depends = mc
- optdepends = mc-skin-modarin: Original skin for mc < 4.8.9-1
- source = http://launchpad.net/debian/+archive/primary/+files/mc_4.8.1-3.debian.tar.gz
- md5sums = 4e7a86e379ddf05cc1d5ead120203b79
+ source = https://launchpad.net/debian/+archive/primary/+files/mc_4.8.13-3.debian.tar.xz
+ sha256sums = c3878b83ce8cea7b7f138ef80bec8703f8d2f6d07e041de9ddaa90f1eb5a71f7
pkgname = mc-skin-modarin-debian
diff --git a/PKGBUILD b/PKGBUILD
index d332c05254cf..ba4373c2231d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,20 @@
# Maintainer: lava <lava.mailbox@gmail.com>
pkgname=mc-skin-modarin-debian
-pkgver=1.2
-pkgrel=2
-_debian_mc_version=4.8.1-3
-pkgdesc='Debian Wheezy version of 256-color skin for Midnight Commander (only extends the original skin with additional thin skins)'
+pkgver=1.3
+pkgrel=1
+_debian_mc_version=4.8.13-3
+pkgdesc='Debian Jessie version of 256-color skin for Midnight Commander (only extends the original skin with additional thin skins)'
arch=(any)
depends=(mc)
license=('GPL')
-optdepends=('mc-skin-modarin: Original skin for mc < 4.8.9-1')
url=("https://launchpad.net/debian/+source/mc/3:$_debian_mc_version")
-source=("http://launchpad.net/debian/+archive/primary/+files/mc_$_debian_mc_version.debian.tar.gz")
-md5sums=('4e7a86e379ddf05cc1d5ead120203b79')
+source=("https://launchpad.net/debian/+archive/primary/+files/mc_$_debian_mc_version.debian.tar.xz")
+sha256sums=('c3878b83ce8cea7b7f138ef80bec8703f8d2f6d07e041de9ddaa90f1eb5a71f7')
package() {
cd $srcdir
mkdir -p $pkgdir/usr/share/mc/skins
- cp $srcdir/debian/skins/modarin-$pkgver-thin/* $pkgdir/usr/share/mc/skins/
+ cp $srcdir/debian/skins/modarin-1.2-thin/* $pkgdir/usr/share/mc/skins/
}