summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Zamanian2020-01-31 08:50:27 +0100
committerVictor Zamanian2020-01-31 08:50:27 +0100
commit61e616c167b1e09b67b3de171a74cec40a80a337 (patch)
tree43a9b7c0b112794cf0d0c8122fdb07c7664b3bac
parent4fad726f937ef41c5643280f836ed621d3478b5d (diff)
downloadaur-61e616c167b1e09b67b3de171a74cec40a80a337.tar.gz
Remove `pwd` and update .SRCINFO.
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD1
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44966035a35d..dd75d2bf408e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,21 @@
pkgbase = pomotroid-bin
pkgdesc = Simple and visually-pleasing Pomodoro timer
- pkgver = 0.6.2
+ pkgver = 0.7.0
pkgrel = 1
url = https://github.com/Splode/pomotroid
arch = x86_64
license = MIT
depends = zlib
depends = hicolor-icon-theme
- noextract = pomotroid-bin-0.6.2.AppImage
options = !strip
- source_x86_64 = pomotroid-bin-0.6.2.AppImage::https://github.com/Splode/pomotroid/releases/download/v0.6.2/pomotroid-0.6.2-x86_64.AppImage
+ source_x86_64 = https://github.com/Splode/pomotroid/releases/download/v0.7.0/pomotroid-0.7.0-linux.tar.gz
source_x86_64 = https://raw.githubusercontent.com/Splode/pomotroid/master/LICENSE
- md5sums_x86_64 = eb5320db172dcc6f8fd4038fbf0089b7
+ source_x86_64 = pomotroid.desktop
+ source_x86_64 = pomotroid.png
+ md5sums_x86_64 = 689144cd8f749ea072483dc3a28236a6
md5sums_x86_64 = 98368ac76439a0812a58d0a586b28ed1
+ md5sums_x86_64 = 4276e15ba2505a034a80a272e9c9f0ed
+ md5sums_x86_64 = 81ad82d2a70c058cb80a6ee7679c5f66
pkgname = pomotroid-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5d297e5e10a8..607dbcf0a2ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -23,7 +23,6 @@ md5sums_x86_64=('689144cd8f749ea072483dc3a28236a6'
package() {
# Copy everything from tar
- pwd
install -dm755 "${pkgdir}/opt"
cp -a "${srcdir}/${_pkgname}-${pkgver}-linux/" "${pkgdir}/opt/${_pkgname}"
chmod 755 "${pkgdir}/opt/${_pkgname}"