summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy2017-07-05 23:28:38 -0500
committerTimothy2017-07-05 23:28:38 -0500
commit53a75df45a14331c3f1e9c1fd26cd4c32b00525f (patch)
treec780eecca898913aa3528f3c6ec275706d709d5d
parentfe6ea2f3884fd7435d55cbd2981212946525777d (diff)
downloadaur-53a75df45a14331c3f1e9c1fd26cd4c32b00525f.tar.gz
Test
-rw-r--r--.SRCINFO2
-rw-r--r--DuckieTV.desktop10
-rw-r--r--PKGBUILD9
-rw-r--r--icon.pngbin3258 -> 0 bytes
4 files changed, 7 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 089a5471f10d..482c0cd8223b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = duckietv
pkgdesc = DuckieTV is an application that takes care of TV-Show addicts by providing a personalized TV-Show calendar.
pkgver = 1.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://schizoduckie.github.io/DuckieTV/
arch = i686
arch = x86_64
diff --git a/DuckieTV.desktop b/DuckieTV.desktop
deleted file mode 100644
index ea0a48db2e7a..000000000000
--- a/DuckieTV.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=DuckieTV
-GenericName=DuckieTV
-Comment=TV-Show calendar
-Exec=/usr/bin/duckietv
-Terminal=false
-Icon=/opt/DuckieTV/icon.png
-Type=Application
-Categories=Network;Devel;
-Version=1.1.3
diff --git a/PKGBUILD b/PKGBUILD
index 968323157f2f..90a99dba7a19 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=duckietv
pkgver=1.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="DuckieTV is an application that takes care of TV-Show addicts by providing a personalized TV-Show calendar."
url="https://schizoduckie.github.io/DuckieTV/"
arch=('i686' 'x86_64')
@@ -14,8 +14,11 @@ source=('https://github.com/SchizoDuckie/DuckieTV/releases/download/1.1.4/Duckie
md5sums=('b837a9a782ace35077e7688d0eab1dbc')
package() {
- install -d "$pkgdir"/opt
- #Main Program
+
+ install -d "$pkgdir"/opt
+
+ #Main Program
+ mkdir -p "${pkgdir}"/opt
cp -r "$srcdir"/DuckieTV "$pkgdir"/opt
#Shortcut
mkdir -p "${pkgdir}"/usr/share/applications
diff --git a/icon.png b/icon.png
deleted file mode 100644
index 59702e232264..000000000000
--- a/icon.png
+++ /dev/null
Binary files differ