summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoraksr2023-01-11 14:20:44 +0100
committeraksr2023-01-11 14:20:44 +0100
commite27c83c10787fd615b739c6dcca49d4abc831451 (patch)
tree4f790d8208f2ea25298575bc4b53b34c064ab4cf
parent1ed4fbbcfc84f45976b7c7c741bae877cb336e2d (diff)
downloadaur-mined.tar.gz
Update to 2022.27
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD21
-rw-r--r--mined.install6
3 files changed, 18 insertions, 20 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e36ee93338e..f4263e8eec84 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mined
pkgdesc = A powerful text editor with a comprehensive and easy-to-use user interface and fast, small-footprint behaviour.
- pkgver = 2015.25
+ pkgver = 2022.27
pkgrel = 1
url = http://towo.net/mined/
install = mined.install
@@ -8,10 +8,9 @@ pkgbase = mined
arch = x86_64
license = GPL3
depends = desktop-file-utils
- source = http://towo.net/mined/download/mined-2015.25.tar.gz
- md5sums = 92c25368a0d81d1cc2aa01b46742a28e
- sha1sums = bdfac26d3939bbcd7a10b9df1bff80dd664b986b
- sha256sums = 51bca986a9fe49bbce1e41e77dd48591dc775ed93f76f97702a3a73b7ffa67e6
+ source = http://towo.net/mined/download/mined-2022.27.tar.gz
+ md5sums = 118d059f823d6989a5df2b1924b62deb
+ sha1sums = df07fa15c4b1c41ccb831586d71056e26d363c43
+ sha256sums = e55436c5a2c06a74ab12a46bc2bfdac2cb0cacbebd6bdd5f6c2f8aef8914d451
pkgname = mined
-
diff --git a/PKGBUILD b/PKGBUILD
index 342417de3b1c..38d3b56b3d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,27 +2,26 @@
#Contributor: Andreas W. Hauser <andy-aur@splashground.de>
#Maintainer: aksr <aksr at t-com dot me>
pkgname=mined
-pkgver=2015.25
+pkgver=2022.27
pkgrel=1
-pkgdesc="A powerful text editor with a comprehensive and easy-to-use user interface and fast, small-footprint behaviour."
+pkgdesc='A powerful text editor with a comprehensive and easy-to-use user interface and fast, small-footprint behaviour.'
arch=('i686' 'x86_64')
url="http://towo.net/mined/"
license=('GPL3')
depends=('desktop-file-utils')
install="${pkgname}.install"
source=("http://towo.net/mined/download/${pkgname}-${pkgver}.tar.gz")
-md5sums=('92c25368a0d81d1cc2aa01b46742a28e')
-sha1sums=('bdfac26d3939bbcd7a10b9df1bff80dd664b986b')
-sha256sums=('51bca986a9fe49bbce1e41e77dd48591dc775ed93f76f97702a3a73b7ffa67e6')
+md5sums=('118d059f823d6989a5df2b1924b62deb')
+sha1sums=('df07fa15c4b1c41ccb831586d71056e26d363c43')
+sha256sums=('e55436c5a2c06a74ab12a46bc2bfdac2cb0cacbebd6bdd5f6c2f8aef8914d451')
build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr
+ make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="${pkgdir}" install
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="${pkgdir}" install
}
-
diff --git a/mined.install b/mined.install
index 129819f78786..08bd478dabd7 100644
--- a/mined.install
+++ b/mined.install
@@ -1,11 +1,11 @@
post_install() {
- update-desktop-database -q
+ update-desktop-database -q
}
post_upgrade() {
- post_install "$1"
+ post_install "$1"
}
post_remove() {
- post_install "$1"
+ post_install "$1"
}