Package Details: rememberthemilk 1.3.11-1

Git Clone URL: https://aur.archlinux.org/rememberthemilk.git (read-only, click to copy)
Package Base: rememberthemilk
Description: The smart to-do app for busy people.
Upstream URL: https://www.rememberthemilk.com
Keywords: electron RememberTheMilk rtm TaskManager todo
Licenses: MIT, Apache, custom:none
Submitter: tkral
Maintainer: daniel_shub
Last Packager: daniel_shub
Votes: 10
Popularity: 0.000000
First Submitted: 2016-08-29 21:18 (UTC)
Last Updated: 2021-08-16 19:13 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

daniel_shub commented on 2020-06-22 17:59 (UTC)

I upgraded the package to 1.2.2. Let me know if I screwed something up.

baens commented on 2020-06-22 11:08 (UTC)

1.2.2 is out

Updated PKGBUILD

# Maintainer: Tomas Kral <tomas.kral@gmail.com>

pkgname=rememberthemilk
pkgver=1.2.2
pkgrel=1
pkgdesc="The smart to-do app for busy people."
arch=('x86_64')
url="https://www.rememberthemilk.com"
license=('custom:none' 'MIT' 'Apache')
source=("https://www.rememberthemilk.com/download/linux/debian/pool/main/r/rememberthemilk/rememberthemilk_${pkgver}_amd64.deb")
sha256sums=('79c633c292f604e3f03ee72ce10b6c44b8595fc0a7e1b0530b4bd801f147f7d0')
depends=('gconf' 'gtk2' 'gtk3' 'nss')

prepare() {
  cd ${srcdir}
  bsdtar -xf data.tar.xz
}

package() {
  cp -r ${srcdir}/opt ${pkgdir}
  cp -r ${srcdir}/usr ${pkgdir}

  # add symlink to usr/bin
  mkdir -p ${pkgdir}/usr/bin
  ln -s "/opt/RememberTheMilk/rememberthemilk" ${pkgdir}/usr/bin

  # Install licenses
  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
  install -Dm644 "${srcdir}/opt/RememberTheMilk"/LICENSE* "${pkgdir}/usr/share/licenses/${pkgname}"
}

# vim:set ts=2 sw=2 et:

Diff

diff --git a/PKGBUILD b/PKGBUILD
index 6ba5ac6..1f89505 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Tomas Kral <tomas.kral@gmail.com>

 pkgname=rememberthemilk
-pkgver=1.1.22
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="The smart to-do app for busy people."
 arch=('x86_64')
 url="https://www.rememberthemilk.com"
 license=('custom:none' 'MIT' 'Apache')
 source=("https://www.rememberthemilk.com/download/linux/debian/pool/main/r/rememberthemilk/rememberthemilk_${pkgver}_amd64.deb")
-sha256sums=('58e0174af78071c8f3c3a5deb92a0fc3fab0f58ede8fb7657d3d9afeb73d75b1')
+sha256sums=('79c633c292f604e3f03ee72ce10b6c44b8595fc0a7e1b0530b4bd801f147f7d0')
 depends=('gconf' 'gtk2' 'gtk3' 'nss')

 prepare() {

apastuszak commented on 2020-06-15 15:20 (UTC)

Updated PKGBUILD

# Maintainer: Tomas Kral <tomas.kral@gmail.com>

pkgname=rememberthemilk
pkgver=1.2.1
pkgrel=1
pkgdesc="The smart to-do app for busy people."
arch=('x86_64')
url="https://www.rememberthemilk.com"
license=('custom:none' 'MIT' 'Apache')
source=("https://www.rememberthemilk.com/download/linux/debian/pool/main/r/rememberthemilk/rememberthemilk_${pkgver}_amd64.deb")
sha256sums=('adc1dc14dd2af7e589f316430a9833fa576d1307ab2841eea63005349db609aa')
depends=('gconf' 'gtk2' 'gtk3' 'nss')

prepare() {
  cd ${srcdir}
  bsdtar -xf data.tar.xz
}

package() {
  cp -r ${srcdir}/opt ${pkgdir}
  cp -r ${srcdir}/usr ${pkgdir}

  # add symlink to usr/bin
  mkdir -p ${pkgdir}/usr/bin
  ln -s "/opt/RememberTheMilk/rememberthemilk" ${pkgdir}/usr/bin

  # Install licenses
  mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}"
  install -Dm644 "${srcdir}/opt/RememberTheMilk"/LICENSE* "${pkgdir}/usr/share/licenses/${pkgname}"
}

# vim:set ts=2 sw=2 et:

baens commented on 2020-06-14 18:52 (UTC)

1.2.1 is now out

diff --git a/PKGBUILD b/PKGBUILD
index 6ba5ac6..585e502 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Tomas Kral <tomas.kral@gmail.com>

 pkgname=rememberthemilk
-pkgver=1.1.22
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="The smart to-do app for busy people."
 arch=('x86_64')
 url="https://www.rememberthemilk.com"
 license=('custom:none' 'MIT' 'Apache')
 source=("https://www.rememberthemilk.com/download/linux/debian/pool/main/r/rememberthemilk/rememberthemilk_${pkgver}_amd64.deb")
-sha256sums=('58e0174af78071c8f3c3a5deb92a0fc3fab0f58ede8fb7657d3d9afeb73d75b1')
+sha256sums=('adc1dc14dd2af7e589f316430a9833fa576d1307ab2841eea63005349db609aa')
 depends=('gconf' 'gtk2' 'gtk3' 'nss')

 prepare() {

baens commented on 2020-05-31 20:18 (UTC) (edited on 2020-05-31 20:25 (UTC) by baens)

@bwrsandman looks like version 1.2.0 is the latest, and the 1.1.22 is gone.

diff --git a/PKGBUILD b/PKGBUILD
index 6ba5ac6..45c101f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
 # Maintainer: Tomas Kral <tomas.kral@gmail.com>

 pkgname=rememberthemilk
-pkgver=1.1.22
+pkgver=1.2.0
 pkgrel=1
 pkgdesc="The smart to-do app for busy people."
 arch=('x86_64')
 url="https://www.rememberthemilk.com"
 license=('custom:none' 'MIT' 'Apache')
 source=("https://www.rememberthemilk.com/download/linux/debian/pool/main/r/rememberthemilk/rememberthemilk_${pkgver}_amd64.deb")
-sha256sums=('58e0174af78071c8f3c3a5deb92a0fc3fab0f58ede8fb7657d3d9afeb73d75b1')
+sha256sums=('caca16c2dec014a327ccacae5e7e87342802f72d54e0e2a5281323b40b0b315d')
 depends=('gconf' 'gtk2' 'gtk3' 'nss')

 prepare() {

obayhan commented on 2020-04-12 12:53 (UTC)

@daniel_shub is right, cant download the source deb file

daniel_shub commented on 2020-01-25 04:48 (UTC)

It looks like the source location has changed and the version is out of date

bwrsandman commented on 2019-10-30 19:35 (UTC) (edited on 2019-10-30 19:35 (UTC) by bwrsandman)

@mederel add triple back ticks around your diff to format correctly

`` ` (without the space)
code won't be demolished
` `` (without the space)

mederel commented on 2019-10-24 18:12 (UTC)

:-/ path got completely demolished in the publication :-(

mederel commented on 2019-10-24 18:11 (UTC)

The version 1.1.15 fails to install, as the RTM root folder is not more "/opt/Remember The Milk" but rather /opt/RememberTheMilk.

Would have liked to contibute but apparently if not a maintainer cannot push. So here is the patch extract:

diff --git a/PKGBUILD b/PKGBUILD index 8a23607..9c82ed2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -22,11 +22,11 @@ package() {

# add symlink to usr/bin mkdir -p ${pkgdir}/usr/bin - ln -s "/opt/Remember The Milk/rememberthemilk" ${pkgdir}/usr/bin + ln -s "/opt/RememberTheMilk/rememberthemilk" ${pkgdir}/usr/bin

# Install licenses mkdir -p "${pkgdir}/usr/share/licenses/${pkgname}" - install -Dm644 "${srcdir}/opt/Remember The Milk"/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}" + install -Dm644 "${srcdir}/opt/RememberTheMilk"/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}" }

# vim:set ts=2 sw=2 et: