summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlevinit2018-01-02 17:09:44 +0800
committerlevinit2018-01-02 17:09:44 +0800
commit31ebe06e1084eba35e410c3ca426bf9f77c3738a (patch)
tree04e01d8e7ee63e91849dbd64b98ff9aebbe8daf5
parent9f8c16bf0e500908b400fa3a4a6e83df8a2fbbc3 (diff)
downloadaur-31ebe06e1084eba35e410c3ca426bf9f77c3738a.tar.gz
fixed url
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD15
2 files changed, 17 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36c72c65c14e..554d4284feba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,10 +2,14 @@ pkgbase = ocsstore
pkgdesc = OCS-Store frontend.Downloading and Managing Linux softwares,fonts,artworks,desktop-themes and so on.
pkgver = 2.2.1
pkgrel = 1
- url = https://www.linux-apps.com/p/1175480/
+ url = https://www.opendesktop.org/c/1492685474
arch = x86_64
- license = GPL
- source = https://dl.opendesktop.org/api/files/downloadfile/id/1506729906/s/e40235785b87825907985000e3b96e1c/t/1514105605/ocsstore-2.2.1-1-x86_64.pkg.tar.xz
+ license = GPL3
+ depends = gconf
+ depends = libxss
+ depends = qt5-base>=5.3.0
+ depends = qt5-websockets>=5.3.0
+ source = https://dl.opendesktop.org/api/files/downloadfile/id/1506729906/s/60f3ad6779b3a25b72f6d4fef88241d7/t/1514886852/ocsstore-2.2.1-1-x86_64.pkg.tar.xz
md5sums = SKIP
pkgname = ocsstore
diff --git a/PKGBUILD b/PKGBUILD
index ac99e4a6a1df..443aefa47835 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,21 @@
# Maintainer: levinit <levinit@outlook.com>
+
pkgname=ocsstore
pkgver=2.2.1
pkgrel=1
pkgdesc="OCS-Store frontend.Downloading and Managing Linux softwares,fonts,artworks,desktop-themes and so on."
arch=('x86_64')
-url="https://www.linux-apps.com/p/1175480/"
-license=('GPL')
+url="https://www.opendesktop.org/c/1492685474"
+license=('GPL3')
+depends=('gconf' 'libxss' 'qt5-base>=5.3.0' 'qt5-websockets>=5.3.0')
+
+source=("https://dl.opendesktop.org/api/files/downloadfile/id/1506729906/s/60f3ad6779b3a25b72f6d4fef88241d7/t/1514886852/ocsstore-$pkgver-$pkgrel-x86_64.pkg.tar.xz")
-source=("https://dl.opendesktop.org/api/files/downloadfile/id/1506729906/s/e40235785b87825907985000e3b96e1c/t/1514105605/ocsstore-$pkgver-$pkgrel-x86_64.pkg.tar.xz")
md5sums=('SKIP')
+
package() {
- cp -r $srcdir/usr $pkgdir
-} \ No newline at end of file
+ cp -r $srcdir/usr $pkgdir
+ echo "please wait"
+}