summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d47a4b77c518..133420fbea7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,11 @@ arch=(any)
licence=(GPLv3)
makedepends=('git')
-source=("git+https://github.com/andyrichardson/simply-workspaces.git")
+source=("git+https://github.com/andyrichardson/simply-workspaces.git#tag=$pkgver")
sha256sums=('SKIP')
provides+=("$pkgname=$pkgver")
conflicts+=("$pkgname")
-prepare() {
- git fetch origin $pkgver
- git checkout $pkver
-}
-
package() {
cd simply-workspaces
make PREFIX=$pkgdir/usr install