summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Simmonds2019-10-29 21:48:32 +0000
committerNathan Simmonds2019-10-29 21:48:32 +0000
commitf83d32691761ed9faf301616714f9cdbe6122157 (patch)
tree3070f7dd03b81b3dc3d95da01b28e927648e62cb
parentc4bf4e0b2ffd4cc985bb72ade9ff947941eeddb5 (diff)
downloadaur-f83d32691761ed9faf301616714f9cdbe6122157.tar.gz
fixed? v4
-rw-r--r--PKGBUILD11
1 files changed, 1 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cabb496c192d..7015af4d4898 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,21 +13,12 @@ conflicts=(plasma5-applets-kde-arch-update-notifier-git)
replaces=(plasma5-applets-kde-arch-update-notifier-git)
backup=()
install=
-source=("https://github.com/I-Dream-in-Code/kde-arch-update-plasmoid/archive/$pkgver.tar.gz")
+source=("$url/archive/$pkgver.tar.gz")
md5sums=("SKIP")
-# pkgver() {
-# cd "$srcdir/kde-arch-update-plasmoid"
-# # cutting off 'foo-' prefix that presents in the git tag
-# printf "%s" "$(git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g')"
-# }
-
build() {
mkdir "$pkgname-$pkgver"
- mv CMakeLists.txt "$pkgname-$pkgver"
cd "$pkgname-$pkgver"
- mkdir build
- cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_LIBDIR=lib -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
}
package(){